-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 868 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<link rel="icon" href="/favicon.png">
<title>ctrlaltmilk's webspace</title>
</head>
<body>
<h1 class="banner vcenter"><img src="/favicon.png" alt="icon"></img>ctrlaltmilk's webspace :3</h1>
<p>
Hello! I'm <a href="https://github.com/ctrlaltmilk">ctrlaltmilk</a>
and I make silly little projects (mostly focused around Minecraft modding
and electronics.)
</p>
<section>
<h2>projects</h2>
<ul>
<li><a href="/tablegen">tablegen</a>, a tool for generating lookup tables</li>
</ul>
</section>
<section>
<h2>other stuff to check out</h2>
<ul>
<li><a href="/bookmarks">my bookmarks</a></li>
</ul>
</section>
</body>
</html>