Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

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
Cette révision appartient à :
Kilo 2017-05-28 07:50:58 +02:00 révisé par ewhal
Parent 1a608faa44
révision d951fb9353

Voir le fichier

@ -3,6 +3,6 @@
<div>
<h1>{{call $.T "404_not_found"}}</h1>
<br />
<img class="center-block center-image" src="/img/404.svg"></img>
<img class="center-block center-image" src="/img/404.svg" />
</div>
{{end}}