-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (52 loc) · 1.55 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<title>wiki</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#181818">
<link rel="stylesheet" href="/static/css/main.css"/>
<meta property="og:title" content="wiki">
</head>
<body>
<header>
<nav>
<a href="/"><code>wiki<sup>TM</sup></code></a>
</nav>
</header>
<main>
<h1>Welcome to the wiki<sup>TM</sup></h1>
<p>
This wiki documents pretty much anything I want. Pages vary in quality and prose. Most of anything said is in jest, I assure you.
</p>
<p>
...and remember, <span id="w"></span> <span id="x">x</span><span id="z"> is a</span><span id="y"> y</span>.
</p>
<script type="text/javascript" src="/static/css/index.js"></script>
<h2>cmds/</h2>
<p>Notes/snippets for misc. command-line tools.</p>
<ul>
<li><a href="/cmds/stat.html">The stat command</a></li>
</ul>
<h2>devices/</h2>
<p>Devices, configurations, #rice.</p>
<ul>
<li><a href="/devices/laptop.html">Laptop setup</a></li>
<li><a href="/devices/mobile.html">Mobile device setup</a></li>
</ul>
<h2>notes/</h2>
<p>Random unstructured notes</p>
<ul>
<li><a href="/notes/bip39.html">BIP39 and Mnemonic Seeds</a></li>
<li><a href="/notes/yubikeys.html">YubiKey notes</a></li>
</ul>
<h2>privsec/</h2>
<p>Privacy, security and everything inbetween.</p>
<ul>
<li><a href="/privsec/home.html">Changing HOME</a></li>
<li><a href="/privsec/nft.html">NFT</a></li>
<li><a href="/privsec/winsandbox.html">Windows Sandbox</a></li>
</ul>
</main>
</body>
</html>