web/www/404.php

18 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?= Template::Header(title: 'We Couldnt Find That Document', description: 'We couldnt find that document.', isErrorPage: true) ?>
<main>
<section class="narrow has-hero">
<hgroup>
<h1>We Couldnt Find That Document</h1>
<p>This is a 404 error.</p>
</hgroup>
<picture data-caption="Blind Orion Searching for the Rising Sun. Nicolas Poussin, 1658">
<source srcset="/images/blind-orion@2x.avif 2x, /images/blind-orion.avif 1x" type="image/avif"/>
<source srcset="/images/blind-orion@2x.jpg 2x, /images/blind-orion.jpg 1x" type="image/jpg"/>
<img src="/images/blind-orion@2x.jpg" alt="A classical city is aflame as people scramble in the foreground."/>
</picture>
<p>We couldnt find a document at the URL you specified. Did you mistype the URL?</p>
<p>If you arrived here from a link on the Standard Ebooks website, please <a href="/about#editor-in-chief">contact us</a> so that we can fix it.</p>
<p>If you arrived here from a link elsewhere on the web, please contact the site you came from to ask them to fix their link.</p>
</section>
</main>
<?= Template::Footer() ?>