mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-05-06 22:09:00 -05:00
5 lines
104 B
HTML
5 lines
104 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
The requested page could not be found!
|
|
{% endblock %}
|