website/index.html
2021-06-30 18:46:03 -05:00

43 lines
1.1 KiB
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="fun/dodecahedra/origami-dodecahedron-adjusted.png" alt="Origami dodecahedron" height="324" width="324">
<br>
<h2>Hello!</h2>
<a href="about">About</a>
<br>
<br>
<a href="https://github.com/Ta180m">GitHub</a>
<br>
<br>
<a href="blog">Blog</a>
<br>
<br>
<a href="fun">Fun</a>
<br>
<br>
<a href="contact">Contact</a>
<br>
<br>
<h2>Projects</h2>
<a href="https://exozy.me">exozyme</a>
<br>
<br>
<a href="https://laduecs.github.io/">Ladue Computer Science</a>
<br>
<br>
<a href="competitive-programming">Competitive Programming</a>
<br>
<br>
</div>
</body>
</html>