anonkun/templates/index.html

14 lines
314 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 />
2018-06-16 16:42:31 -04:00
<a href="./create_quest">Create New Quest</a><br />
<a href="./signup">Sign up</a><br />
<a href="./login">Login</a><br />
2018-06-14 14:40:35 -04:00
</body>
</html>