-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 889 Bytes
/
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
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="xmonk.org">
<title>xmonk.org</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" href="static/z.png" type="image/x-icon">
<link rel="shortcut icon" href="static/z.png" type="image/x-icon">
</head>
<body>
<article>
<h1 class="sans">xmonk.org</h1>
<div id="headshot">
<!-- <img src="" align="center" style="margin-right: 1em;"/> -->
</div>
<br />
<p>
<address>
<section>
<b>·</b>
<a href="https://twitter.com/xmonk">@xmonk</a><br />
</section>
<section>
<b>·</b>
<a href="https://github.com/xmonk">github.com/xmonk</a><br />
</section>
</address>
<section>
</section>
</article>
</body>
</html>