1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-12 14:47:46 +00:00
kawari/resources/templates/web.html

11 lines
312 B
HTML

{% extends "web_base.html" %}
{% block title %}Kawari{% endblock %}
{% block webbody %}
<section class="py-5 text-center container">
<h2>Welcome to Kawari!</h2>
<p>To get started, register for an account. Then follow the <a href="/setup">setup instructions</a> to login.</p>
</section>
{% endblock %}