Files
CTFd/templates/errors/404.html
2015-01-01 00:45:25 -05:00

15 lines
262 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="row">
<h2 style="text-align:center;">Whoops, looks like we can't find that.</h2>
<h2 style="text-align:center;">Sorry about that</h2>
</div>
{% endblock %}
{% block scripts %}
{% endblock %}