mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-01-12 10:34:23 +01:00
14 lines
192 B
HTML
14 lines
192 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="row">
|
|
<h2 style="text-align:center;">Uhh what did you just do?</h2>
|
|
</div>
|
|
|
|
|
|
{% endblock %}
|
|
|
|
{% block scripts %}
|
|
{% endblock %}
|