7 lines
212 B
HTML
7 lines
212 B
HTML
|
{% 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 %}
|