-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (40 loc) · 1.14 KB
/
index.html
File metadata and controls
44 lines (40 loc) · 1.14 KB
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
<!doctype html>
<html>
<!--Well well well, snooping aren't we? This valuable source is protected by...nothing, I don't care if you use it.
As a reward for being an elite web hacker, heres a link to a cool website I like: https://16colo.rs/ -->
<head>
<!--#include virtual="/ssi/head-preamble.html"-->
<link rel="stylesheet" href="/styles/modern-normalize.css">
<link rel="stylesheet" href="/styles/main.css">
<title>bootless dev</title>
</head>
<body>
<!--#include virtual="/ssi/header.html"-->
<ul>
<li>
<h1><a href="/posts/26/sqlmodel.html">sqlmodel</a></h1>
</li>
</ul>
<ul>
<li>
<h1><a href="/posts/25/rund-review.html">rund review</a></h1>
</li>
</ul>
<ul>
<li>
<h1><a href="/posts/24/separating-system-and-local-rust.html">separating system and local rust</a></h1>
</li>
</ul>
<ul>
<li>
<h1><a href="/posts/24/fios-SON.html">Fios SON</a></h1>
</li>
</ul>
<ul>
<li>
<h1><a href="/posts/23/shell-pop-toggle.html">using shell-pop to toggle between eshell and ansi-term</a></h1>
</li>
</ul>
<!--#include virtual="/ssi/footer.html"-->
</body>
</html>