website/index.html

35 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.webp" alt="Origami dodecahedron" height="324" width="324">
<br>
<h2>Hello!</h2>
<p style="text-align:center;">
<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>
</p>
<br>
<h2>Projects</h2>
<p style="text-align:center;">
<a href="https://exozy.me">exozyme</a>
</p>
<br>
<p style="text-align:center;">
<a href="https://laduecs.github.io/">Ladue Computer Science</a>
</p>
<br>
<p style="text-align:center;">
<a href="competitive-programming">Competitive Programming</a>
</p>
<br>
</div>
</body>
</html>