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

43 lines
997 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Some random website</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<img src="dodecahedra/origami-dodecahedron-adjusted.png" alt="Origami dodecahedron" height="324" width="324">
<br>
<br>
<a href="about">About</a>
<br>
<br>
<a href="https://github.com/Ta180m">GitHub</a>
<br>
<br>
<a href="blog">frustriggered</a>
<br>
<br>
<a href="dodecahedra">Dodecahedra</a>
<br>
<br>
<a href="fun">Fun</a>
<br>
<br>
<a href="contact">Contact</a>
<br>
<br>
<a href="https://exozy.me">exozyme</a>
<br>
</div>
</body>
</html>