-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 763 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mark VN</title>
<script src="https://cdn.tailwindcss.com"></script>
<style type="text/css">
body { color: #BDFF1B; }
</style>
</head>
<body class="min-h-screen flex items-center justify-center bg-black">
<main class="text-center p-8">
<img src="https://avatars.githubusercontent.com/u/181695?v=4" />
<h1 class="text-4xl font-light tracking-wide">mark vaughn-newell</h1>
<ul class="list-none block">
<li>doodles and ephemera</li>
<li>agitation and riffing</li>
<li>civilian creds</li>
</ul>
</main>
</body>
</html>