flask-site/templates/admin/home.html

7 lines
212 B
HTML
Raw Normal View History

{% extends 'master.html' %}
{% block body %}
<h1 style="border-width: 0px; text-align: center; min-height: 120px; position: relative; overflow: hidden;">
<span>congrats, it worked</span>
</h1>
{% endblock %}