-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontents.html
42 lines (41 loc) · 1.63 KB
/
contents.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" name="viewport" content="width=device-width, initial-scale=1">
<title>Table of Contents</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body class="floating">
<header>
<div style="display: inline-block; vertical-align:middle; margin-left:1ch; text-align: center">
<a href="/">SHEIN HTIKE'S WEBSITE
</a><br>
───────────────────────
<nav style="white-space: pre-wrap; text-align: left"><a class="title" href="/contents.html">CONTENTS</a> <a class="title" href="https://github.com/SheinH">GITHUB</a> <a
class="title" href="mailto:[email protected]">EMAIL</a></nav>
</div>
<br/>
<hr/>
</header>
<nav>
<a class="pagelinks" href="writeups/cpp.html">03/18/19 - Uncage Your Code with C++</a>
<br/>
<a class="pagelinks" href="writeups/passgen.html">01/31/19 - A Simple Password Generator</a>
<br/>
<a class="pagelinks" href="writeups/ltsb.html">01/27/19 - Inside Windows 10: Debloated Edition</a>
<br/>
<a class="pagelinks" href="writeups/cake.html">01/13/19 - The Unabomber was right about cake</a>
<br/>
<a class="pagelinks" href="writeups/alone.html">01/02/19 - Alone</a>
<br/>
<a class="pagelinks" href="writeups/taste.html">01/01/19 - Am I really all the things that are outside of me?</a>
<br/>
<a class="pagelinks" href="writeups/worry.html">09/16/18 - Worry</a>
<br/>
<a class="pagelinks" href="writeups/nightmares.html">02/26/18 - Nightmares</a>
<br/>
<a class="pagelinks" href="writeups/flush.html">02/23/18 - The Flush Lever</a>
<br/>
</nav>
</body>
</html>