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

13 lines
214 B
HTML
Raw Permalink Normal View History

2024-06-29 14:14:07 -04:00
<!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>