-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.06 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/basement.css">
<title>BASEMENT</title>
</head>
<body>
<nav>
<a href="/index.html">
<img src="/public/BASEMENT.svg" alt="BASEMENT" width="320" height="70" />
</a>
<ul>
<li><a href="/dao.html"><img src="/public/DAO.png" alt="DAO" width="49" height="19" /></a></li>
<li><a href="/token.html"><img src="/public/$BSMNT.png" alt="$BSMNT Token" width="99" height="27" /></a></li>
<li><a href="/zine.html"><img src="/public/ZINE.png" alt="BASEMENT zine" width="65" height="19" /></a></li>
<li><a href="/archive.html"><img src="/public/ARCHIVE.png" alt="BASEMENT archive" width="116" height="19" /></a></li>
</ul>
</nav>
<main>
<img src="/public/homepage-img.png" alt="girl in office" width="320" height="408" />
</main>
</body>
</html>