404.php 460 B

1234567891011121314151617
  1. <!DOCTYPE HTML>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Halcyon / ?</title>
  8. <link rel="shortcut icon" href="/assets/images/favicon.ico">
  9. <link rel="stylesheet" href="/assets/css/404.css" media="all">
  10. </head>
  11. <body>
  12. <article>
  13. <h1>404</h1>
  14. <h2><?=_('Sorry, something went wrong.')?></h2>
  15. </article>
  16. </body>
  17. </html>