-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (43 loc) · 1.11 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
<title>killa's blog</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?">
<style>
body {
background-color: darkslategray;
color: white;
}
</style>
<h3><b> Killaship's page of things </b></h3>
<button>
<a href="https://github.com/Killaship">My Github</a>
</button>
<br><br>
<button>
<a href="/projects/landing.html">Projects</a>
</button>
<br><br>
<button>
<a href="/opinions/sebastiansim.html">Sebastian Lague's Digital Logic Sim</a>
</button>
<br><br>
<button>
<a href="misc/index2.html">Old Home Page</a>
</button>
<br><br>
<button>
<a href="/opinions/landing.html">Opinions/rants/other stuff</a>
</button>
<br><br>
<button>
<a href="https://grabify.link/ZUTB53">loopback link :^)f</a>
</button>
<br><br>
<button>
<a href="misc/about.html">About this place</a>
</button>
<br><br>
<button>
<a href="misc/settings.html">(deprecated) Settings</a>
</button>