1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-25 08:27:44 +00:00
kawari/templates/web.html
Joshua Goins 3e3e36a05e Rename webpage titles and only mention "Kawari"
Obviously this shouldn't advertise itself as the real game.
2024-06-29 14:14:51 -04:00

16 lines
No EOL
250 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kawari</title>
</head>
<body>
<p>Welcome to Kawari!</p>
<a href="/login">Login</a>
<a href="/register">Signup</a>
<a href="/worldstatus">World Status</a>
</body>
</html>