-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
31 lines (31 loc) · 1.07 KB
/
links.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
<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>Links</title>
</head>
<body>
<header id="top">
<h1>jake@happersett: ~ /tutorials $ <span id="blink">_</span> </h1>
<a id="back" href="index.html">↩ cd ..</a>
<hr id="line">
</header>
<main class="content">
<ul id="links">
<li><a href=/tutorials/xstuff.html>11.23.16 >> X-stuf (Learning about Xdefaults, Xresources and Xinitrc)</a></li>
</ul>
</main>
<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>