1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-25 08:27:44 +00:00
kawari/templates/web.html

16 lines
250 B
HTML
Raw Normal View History

<!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>
2024-06-29 14:14:07 -04:00
<a href="/worldstatus">World Status</a>
</body>
</html>