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

17 lines
326 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="http://{{ login_server }}/oauth/oa/oauthlogin">Login</a>
<a href="http://{{ login_server }}/oauth/oa/registligt">Signup</a>
2024-06-29 14:14:07 -04:00
<a href="/worldstatus">World Status</a>
</body>
</html>