home
readme
diff
tree
note
docs
<!DOCTYPE html>
<html>
<head>
<title>LAKEFOX</title>
<style>
html, body {
margin: 0;
padding: 0;
font-family: monospace;
color: #fff;
}
* {
filter: invert(1);
}
section {
max-width: 90%;
width: 700px;
margin: auto;
}
</style>
</head>
<body>
<section>
<h1>Mason Wright</h1>
<hr>
<h2>About</h2>
<p>
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>.
</p>
</section>
<section>
<h2>Notes:</h2>
</section>
</body>
</html>