website/index.html
2021-06-24 15:38:01 +00:00

35 lines
879 B
HTML

<!DOCTYPE html>
<!--I has no HTML skillz-->
<html>
<head>
<title>Some random website</title>
</head>
<body>
<div style="text-align:center;font-family:monospace;font-size:16px;">
<br>
<img src="dodecahedra/origami-dodecahedron-adjusted.png" alt="Origami dodecahedron" height="324" width="324">
<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="https://exozy.me">exozyme</a>
<br>
<br>
<a href="contact">contact</a>
<br>
</div>
</body>
</html>