website/fun/index.html

21 lines
376 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>
<h2>Fun</h2>
<br>
<br>
<p>
Under construction.
</p>
<br>
</div>
</body>
</html>