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/400.jet.html
2017-07-04 03:02:19 +02:00

9 lignes
282 o
HTML

{{ extends "layouts/index_site" }}
{{block title()}}{{ T("error_400")}}{{end}}
{{block content_body()}}
<div style="text-align: center;">
<h1>{{ T("400_bad_request")}}</h1>
<img src="/img/400.png" width="500px" />
</div>
{{end}}
{{block mascot()}}<br>{{end}}