-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (42 loc) · 1.63 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<!---
░░░▄█▄▄░░░░░░░░▄▄▄░░░
░░▀█░░▀▄░░░░░█▀▀░██░░
░░██░░░░▀▀▀▀▀░░░░██░░
░██▀░░░░░░░░░░░░░▀██░
░██░░░▄█░░░░▄░▄█░░██░
░██░░░░▄░░░▄░░▄░░░██░
░░░▀▄░░▀▀▀▀▀▀▀▀░░▄▀░░
░░░░████████████▀░░░░
-->
<meta charset="UTF-8" />
<meta name="author" content="Jake" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="home.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.020/css/hack.min.css">
<title>Home</title>
</head>
<body>
<header id="top">
<h1>jake@happersett: ~ $ <span id="blink">_</span></h1>
<hr id ="line">
</header>
<nav id="main" class="content">
<ul id="list">
<li class="purple"> <a href="res.html">res</a></li>
<li class="yellow"><a href="https://github.com/jakehappersett">git</a></li>
<li class="blue"><a href="links.html">tut</a></li>
</ul>
</nav>
<footer class="footer">
<hr id="line">
<div id="center">
<a href="http://www.wtfpl.net/txt/copying/" id="footertext"> // WTFPL //</a>
<a href="contact.html"id="footertext"> CONTACT //</a>
</div>
</footer>
</body>
</html>