gopherhole/index.html
2019-02-19 18:28:06 -05:00

13 lines
232 B
HTML

<!DOCTYPE HTML>
<head>
<title>front page</title>
</head>
<body>
<h1>this is a h1 header</p>
<p><a href="/404">test for izaya</a></p>
<br>
<p>this is a description below a link with a break between</p>
</body>
</html>