home readme diff tree note docs

0commit d64dcdc5fa3406051813b7c628f5800678430cf2
1Author: lakefox <mason@lakefox.net>
2Date:   Sat Mar 21 11:10:28 2026 -0600
3
4    Init
5
6diff --git a/README.html b/README.html
7new file mode 100644
8index 0000000..6aa941f
9--- /dev/null
10+++ b/README.html
11@@ -0,0 +1,38 @@
12+<!DOCTYPE html>
13+<html>
14+	<head>
15+		<title>LAKEFOX</title>
16+		<style>
17+			html, body {
18+				margin: 0;
19+				padding: 0;
20+				font-family: monospace;
21+				color: #fff;
22+			}
23+
24+			* {
25+				filter: invert(1);
26+			}
27+
28+			section {
29+				max-width: 90%;
30+				width: 700px;
31+				margin: auto;
32+			}
33+		</style>
34+	</head>
35+	<body>
36+		<section>
37+			<h1>Mason Wright</h1>
38+			<hr>
39+			<h2>About</h2>
40+			<p>
41+				Hello, I work on the Grim rendering engine and the Wrath language in my free time. I like to hike, cook, and read as well. I keep all of my personal projects on <a href="http://git.ws">http://git.ws</a>.
42+			</p>
43+		</section>
44+
45+		<section>
46+			<h2>Notes:</h2>
47+		</section>
48+	</body>
49+</html>