mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-06 20:57:45 +00:00
I plan on including some Bootstrap styling, and I don't want that to bloat the binaries. This also means people can easily modify the pages if they want.
16 lines
326 B
HTML
16 lines
326 B
HTML
<!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>
|
|
<a href="/worldstatus">World Status</a>
|
|
|
|
</body>
|
|
</html>
|