nativegallery/views/pages/Errors/404.php
2024-07-04 12:04:41 +03:00

33 lines
No EOL
1.4 KiB
PHP

<?php
use App\Core\Page;
?>
<!DOCTYPE html><!-- "' --></textarea></script></style></pre></xmp></a></audio></button></canvas></datalist></details></dialog></iframe></listing></meter></noembed></noframes></noscript></optgroup></option></progress></rp></select></table></template></title></video>
<meta charset="utf-8">
<meta name=robots content=noindex>
<title>Server Error</title>
<style>
@import url("https://rsms.me/inter/inter.css");
body {
font-family: Inter !important;
}
#tracy-error { all: initial; position: absolute; top: 0; left: 0; right: 0; height: 70vh; min-height: 400px; display: flex; align-items: center; justify-content: center; z-index: 1000 }
#tracy-error div { all: initial; max-width: 550px; background: white; color: #333; display: block }
#tracy-error h1 { all: initial; font-family: Inter !important; font-size: 50px; font-weight: 700; display: block; margin: 40px }
#tracy-error p { all: initial; font-family: Inter !important; margin: 40px; display: block }
#tracy-error pre { all: initial; font-family: Inter !important; margin: 40px; display: block }
#tracy-error small { color: gray }
#tracy-error small span { color: silver }
</style>
<div id=tracy-error>
<div>
<h1>Not Found</h1>
<p>The requested page not found on server.</p><br>
<pre><?php echo $_SERVER['REQUEST_URI']; http_response_code(404)?></pre>
</div>
</div>