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

7 lines
297 B
HTML
Raw Normal View History

2024-06-29 14:06:44 -04:00
<p>Gate open:{{ worlds_open }}</p>
<p>Gate open:{{ login_open }}</p>
<form action='apply' method='post'>
2024-06-29 14:06:44 -04:00
<input type='checkbox' id='worlds_open' name='worlds_open' checked/>
<input type='checkbox' id='login_open' name='login_open' checked/>
<button type='submit'>Apply</button>
</form>