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
Kilo d951fb9353 HTML up to specs (#804)
</img> doesn't exist so i removed it
also i added a / at the end of <img> because <br /> has it
2017-05-28 15:50:58 +10:00

8 lignes
234 o
HTML

{{define "title"}}{{call $.T "404_not_found"}}{{end}}
{{define "content"}}
<div>
<h1>{{call $.T "404_not_found"}}</h1>
<br />
<img class="center-block center-image" src="/img/404.svg" />
</div>
{{end}}