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

13 lines
No EOL
214 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kawari - World Status</title>
</head>
<body>
<p>Worlds open: {{ worlds_open }}</p>
<p>Login open: {{ login_open }}</p>
</body>
</html>