website/index.html

35 lines
1.1 KiB
HTML
Raw Normal View History

2021-01-17 17:33:25 +00:00
<!DOCTYPE html>
<html>
2021-06-24 03:42:35 +00:00
<head>
<title>Some random website</title>
2021-06-30 22:43:53 +00:00
<link href="/style.css" rel="stylesheet" type="text/css" />
2021-06-24 03:42:35 +00:00
</head>
2021-01-17 17:33:25 +00:00
<body>
2021-06-30 22:43:53 +00:00
<div>
2021-01-18 04:28:41 +00:00
<br>
2021-07-28 02:43:06 +00:00
<img src="fun/dodecahedra/origami-dodecahedron-adjusted.webp" alt="Origami dodecahedron" height="324" width="324">
2021-01-18 04:26:31 +00:00
<br>
2021-02-05 19:39:49 +00:00
2021-06-30 23:43:34 +00:00
<h2>Hello!</h2>
2021-07-12 20:14:15 +00:00
<p style="text-align:center;">
2021-08-15 18:21:01 +00:00
<pre><a href="about">About</a> <a href="https://github.com/Ta180m">GitHub</a> <a href="blog">Blog</a> <a href="fun">Fun</a> <a href="contact">Contact</a></pre>
2021-07-12 20:07:25 +00:00
</p>
2021-06-30 22:43:53 +00:00
<br>
2021-06-30 23:46:03 +00:00
<h2>Projects</h2>
2021-07-12 20:14:15 +00:00
<p style="text-align:center;">
2021-07-12 20:07:25 +00:00
<a href="https://exozy.me">exozyme</a>
</p>
2021-06-30 23:43:34 +00:00
<br>
2021-07-12 20:14:15 +00:00
<p style="text-align:center;">
2021-07-12 20:07:25 +00:00
<a href="https://laduecs.github.io/">Ladue Computer Science</a>
</p>
2021-06-30 23:43:34 +00:00
<br>
2021-07-12 20:14:15 +00:00
<p style="text-align:center;">
2021-07-12 20:07:25 +00:00
<a href="competitive-programming">Competitive Programming</a>
</p>
2021-06-30 23:46:03 +00:00
<br>
2021-05-21 03:15:08 +00:00
</div>
2021-01-17 17:33:25 +00:00
</body>
</html>