-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.03 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>
<head lang="en">
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
<title>xin</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👾</text></svg>">
</head>
<body>
<!-- NAV -->
<nav id="main-nav">
<ul id="nav-list">
<li class="nav-item"><a href="about.html">about</a></li>
<li class="nav-item"><a href="links.html">links</a></li>
<li class="nav-item"><a href="gigs.html">gigs</a></li>
<li class="nav-item"><a href="press.html">press</a></li>
<li class="nav-item"><a href="follow.html">follow</a></li>
</ul>
</nav>
<main id="content-container">
<ul>
<p class="list-section"><em>the growth of something alien in [club music's] rot</em></p>
</ul>
</main>
</body>
</html>