website/index.html

35 lines
879 B
HTML
Raw Normal View History

2021-01-17 17:33:25 +00:00
<!DOCTYPE html>
2021-04-30 16:46:12 +00:00
<!--I has no HTML skillz-->
2021-01-17 17:33:25 +00:00
<html>
2021-06-24 03:42:35 +00:00
<head>
<title>Some random website</title>
</head>
2021-01-17 17:33:25 +00:00
<body>
2021-05-21 03:15:08 +00:00
<div style="text-align:center;font-family:monospace;font-size:16px;">
2021-01-18 04:28:41 +00:00
<br>
2021-05-21 03:14:27 +00:00
<img src="dodecahedra/origami-dodecahedron-adjusted.png" alt="Origami dodecahedron" height="324" width="324">
2021-01-18 04:26:31 +00:00
<br>
2021-02-05 19:39:49 +00:00
<br>
<a href="https://github.com/Ta180m">GitHub</a>
<br>
2021-01-18 04:26:31 +00:00
<br>
2021-06-23 18:57:47 +00:00
<a href="blog">frustriggered</a>
2021-01-18 04:26:31 +00:00
<br>
2021-02-05 19:39:49 +00:00
2021-05-21 03:14:27 +00:00
<br>
2021-06-24 15:38:01 +00:00
<a href="dodecahedra">dodecahedra</a>
2021-05-21 03:14:27 +00:00
<br>
2021-01-18 04:26:31 +00:00
<br>
2021-04-07 12:54:54 +00:00
<a href="https://exozy.me">exozyme</a>
2021-01-18 04:28:41 +00:00
<br>
2021-06-21 23:38:21 +00:00
<br>
2021-06-24 15:38:01 +00:00
<a href="contact">contact</a>
2021-06-21 23:38:21 +00:00
<br>
2021-05-21 03:15:08 +00:00
</div>
2021-01-17 17:33:25 +00:00
</body>
</html>