1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 12:04:20 +00:00
royalnet/templates/500.html

22 lines
504 B
HTML
Raw Normal View History

2018-07-21 20:50:49 +00:00
{% extends 'base.html' %}
2018-07-21 20:46:02 +00:00
{% block pagetitle %}
Internal Server Error
{% endblock %}
{% block body %}
<h1>
500 - Internal Server Error
</h1>
<p>
Il server è crashato mentre cercava di generare questa pagina. Oops.
</p>
<p>
<blockquote>
2018-07-21 20:52:36 +00:00
<p>
I am sorry, unknown error occured during working with your request, Admin were notified
</p>
2018-07-21 20:46:02 +00:00
</blockquote>
<i>@OcteonRygBot, 2017</i>
</p>
{% endblock %}