You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 line
495B

  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="robots" content="noindex">
  6. <title>Whoops!</title>
  7. <style type="text/css">
  8. <?= preg_replace('#[\r\n\t ]+#', ' ', file_get_contents(__DIR__ . DIRECTORY_SEPARATOR . 'debug.css')) ?>
  9. </style>
  10. </head>
  11. <body>
  12. <div class="container text-center">
  13. <h1 class="headline">Whoops!</h1>
  14. <p class="lead">We seem to have hit a snag. Please try again later...</p>
  15. </div>
  16. </body>
  17. </html>