website/fun/index.html

23 lines
453 B
HTML
Raw Normal View History

2021-06-30 22:43:53 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Fun</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
2021-06-30 22:50:09 +00:00
<h2>Things I enjoy</h2>
2021-06-30 22:43:53 +00:00
<br>
<br>
2021-06-30 22:50:09 +00:00
<a href="games">Games</a>
<br>
<br>
<a href="dodecahedra">Dodecahedra</a>
2021-06-30 22:43:53 +00:00
<br>
</div>
</body>
</html>