-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyFriends.html
More file actions
41 lines (41 loc) · 1.34 KB
/
Copy pathMyFriends.html
File metadata and controls
41 lines (41 loc) · 1.34 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MyPublice</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 on div 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>
<!-- public list -->
<aside class="Public-space">
<h3>Public</h3>
<div class="Public-list">
<div class="Public-items">
<img src="" alt="">
<span class="Public-name"></span>
</div>
</div>
</aside>
</div>
</body>
</html>