website/fun/index.html

27 lines
636 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-07-03 23:09:41 +00:00
<h2>Fun!</h2>
2021-06-30 22:43:53 +00:00
<br>
2021-07-12 20:14:15 +00:00
<p style="text-align:center;">
2021-07-12 20:11:16 +00:00
<a href="games">Games</a>
</p>
2021-06-30 22:50:09 +00:00
<br>
2021-07-12 20:14:15 +00:00
<p style="text-align:center;">
2021-07-12 20:11:16 +00:00
<a href="dodecahedra">Dodecahedra</a>
</p>
2021-06-30 22:50:09 +00:00
<br>
2021-07-12 20:14:15 +00:00
<p style="text-align:center;">
2021-07-12 20:11:16 +00:00
<a href="software">Software</a>
</p>
2021-07-03 23:09:41 +00:00
<br>
2021-06-30 22:43:53 +00:00
</div>
</body>
</html>