anonkun/templates/index.html

12 lines
235 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>
2018-06-16 03:17:00 -04:00
<a href="./quest/unga-bunga-quest">Unga Bunga Quest</a><br />
<a href="./create_quest">Create New Quest</a>
2018-06-14 14:40:35 -04:00
</body>
</html>