Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/templates/errors/500.jet.html

10 lignes
284 o
HTML
Brut Vue normale Historique

2017-07-04 01:15:43 +02:00
{{ extends "layouts/index_site" }}
{{block title()}}{{ T("error_500")}}{{end}}
{{block content_body()}}
2017-07-24 07:03:43 +02:00
<div style="text-align: center;">
<h1>{{ T("500_internal_server_error")}}</h1>
<img src="/img/500.png" width="500px" alt="500"/>
</div>
2017-07-04 01:15:43 +02:00
{{end}}
2017-07-24 07:03:43 +02:00
{{block mascot()}}<br />{{end}}