-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
49 lines (48 loc) · 1.58 KB
/
Copy pathmain.html
File metadata and controls
49 lines (48 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Global Material</title>
<script src="js/script.js?v=1"></script>
<link rel="stylesheet" href="cssd/stiles.css">
<link rel="stylesheet" href="cssd/public.css">
</head>
<body>
<div class="one">
<!-- header -->
<header class="HighMaterial">
<h1 class="G">
<img class=logo src="" width="80" height="50" alt="">
TheGrapeSpace
</h1>
</header>
<!-- links in space on grape -->
<nav class="links">
<ul>
<li><a href="main.html">Our Space</a></li>
<li><a href="MyAtmosphere.html">My Space</a></li>
<li><a href="MyFriends.html">My People</a></li>
<li><a href="MyInterest.html">My State</a></li>
</ul>
</nav>
<!-- main page -->
<main class="indexlent" id="SpaceWithLogo">
<p id="video">
<video width=" 820" height="440" autoplay>
<source src="">
</video>
</p>
<!-- public list -->
<aside class="Public-space">
<div class="Public-list">
<div class="Public-items">
<img src="" alt="">
<span class="Public-name"></span>
</div>
</div>
</aside>
</main>
</div>
</body>
</html>