Comics #727 to #732
[nose_ears_website.git] / layouts / 404.html
blob8a223cb1f3a68cfe50af27e95e6f8a0eb748a34e
1 <!DOCTYPE html>
2 <html lang="en">
4 {{ partial "head.html" . }}
6 <body>
7 <!-- This webpage is bilingual (English, German), with the language texts being hardcoded -->
8 <img src="/assets/images/404_sad_mimi.png" width="200" height="239" alt=''/>
9 <div>
10 <h1>File not found</h1>
11 <p>Oh no! The file you requested could not be found.</p>
12 <p><a href="{{ "/" | relURL }}" title="Nose Ears homepage">Go to the home of Nose Ears</a></p>
13 </div>
14 <hr>
15 <div lang="de">
16 <h1>Datei nicht gefunden</h1>
17 <p>Oh nein! Die Datei, die du angefragt hast, konnte nicht gefunden werden.</p>
18 <p><a href="{{ "/de" | relURL }}" title="Nasenohren-Hauptseite">Zur Hauptseite von Nasenohren gehen</a></p>
19 </div>
20 </body>
21 </html>