mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-01-09 09:04:23 +01:00
15 lines
262 B
HTML
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 %}
|