-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·38 lines (35 loc) · 913 Bytes
/
index.html
File metadata and controls
executable file
·38 lines (35 loc) · 913 Bytes
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
<!doctype html>
<html>
<head>
<title>✽ ✽ ✽</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="/css/screen.css" media="all">
<script src="/js/jquery.min.js"></script>
<script src="/js/global.js"></script>
</head>
<body>
<div class="wrap">
<nav>
<a href="#">Must haves</a>
<a href="#">Wearables</a>
<a href="#">Perishables</a>
</nav>
<div class="store">
<h2>My Store</h2>
<section></section>
<section></section>
<section></section>
<section></section>
<section></section>
<section></section>
<section></section>
<section></section>
<section></section>
<section></section>
<section></section>
<section></section>
</div>
</div>
</body>
</html>