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