website/about/index.html
2021-06-30 17:43:53 -05:00

21 lines
516 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<h2>About</h2>
<br>
<br>
<p>
Programming / math / science / ML / free software / Linux / emulation / hardware / hacking / homebrew / cryptography / Lego / origami / physics enthusiast!
</p>
<br>
</div>
</body>
</html>