1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-20 16:53:44 +02:00
RPGnotes/templates/500.html
2021-09-11 19:09:22 +02:00

6 lines
90 B
HTML

{% extends "base.html" %}
{% block mainpage %}
<h1>Server Error</h1>
{% endblock %}