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/404.html

8 lignes
243 o
HTML
Brut Vue normale Historique

{{define "title"}}{{call $.T "404_not_found"}}{{end}}
2017-05-07 08:59:45 +02:00
{{define "content"}}
<div style="text-align: center;">
<h1>{{call $.T "404_not_found"}}</h1>
<img src="/img/404.png" />
2017-05-07 08:59:45 +02:00
</div>
{{end}}
{{define "mascot"}}<br>{{end}}