-
Notifications
You must be signed in to change notification settings - Fork 0
/
post.html
25 lines (24 loc) · 886 Bytes
/
post.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
<!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="/css/clay.css">
<title>Document</title>
</head>
<body>
<header>
<nav>
<a href="/post.html">bio</a>
<a href="#">press</a>
<a href="https://us5.list-manage.com/contact-form?u=74076dfc4bcb5799cd4b5edf3&form_id=e315e5009671fd71ea7dd251d9d08514">contact</a>
<a href="#">music</a>
<a href="#">live</a>
<a href="#">words</a>
</nav>
</header>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Dolorem aut quisquam nemo tempore ut, est amet sed ea? Esse in animi cum illo accusamus labore dolores odit sint sequi odio?
</p>
</body>
</html>