website/index.html

43 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-06-30 22:50:09 +00:00
<img src="fun/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
2021-06-30 23:43:34 +00:00
<h2>Hello!</h2>
2021-06-30 22:43:53 +00:00
<a href="about">About</a>
2021-06-30 18:26:30 +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-30 22:50:09 +00:00
<a href="blog">Blog</a>
2021-05-21 03:14:27 +00:00
<br>
2021-01-18 04:26:31 +00:00
<br>
2021-06-30 22:43:53 +00:00
<a href="fun">Fun</a>
2021-01-18 04:28:41 +00:00
<br>
2021-06-30 22:43:53 +00:00
<br>
<a href="contact">Contact</a>
2021-06-21 23:38:21 +00:00
<br>
2021-06-30 22:43:53 +00:00
<br>
2021-06-30 23:46:03 +00:00
<h2>Projects</h2>
2021-06-30 22:43:53 +00:00
<a href="https://exozy.me">exozyme</a>
2021-06-21 23:38:21 +00:00
<br>
2021-06-30 23:43:34 +00:00
<br>
<a href="https://laduecs.github.io/">Ladue Computer Science</a>
<br>
<br>
<a href="competitive-programming">Competitive Programming</a>
<br>
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>