StarfallBot/web/home.html

11 lines
177 B
HTML

{% extends "index.html" %}
{% block titleSuffix %}Overview{% endblock %}
{% block body %}
<div class="flex center">
<h1>StarfallBot - Overview</h1>
</div>
{% endblock %}