flask-site/admin/templates/home.html

6 lines
231 B
HTML

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