anonkun/templates/index.html

11 lines
182 B
HTML
Raw Normal View History

2018-06-14 14:40:35 -04:00
<!DOCTYPE html>
<html>
<head>
<title>Meet the new anonkun.</title>
</head>
<body>
<h1>Quests 'n Shiet</h1>
<a href="./quest/unga-bunga-quest">Unga Bunga Quest</a>
2018-06-14 14:40:35 -04:00
</body>
</html>