404.shtml (421B)
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--#include file="templates/head.shtml" -->
- <title>404 not found</title>
- </head>
- <body>
- <!--#include file="templates/en/nav.shtml" -->
- <main>
- <h1><em>Oops</em> you found a <em>Dead Link !</em></h1>
- <!--#include file="images/deadlink.svg" -->
- </main>
- <!--#include file="templates/en/footer.shtml" -->
- </body>
- </html>