Website/404.php
2024-07-17 13:35:50 +03:00

33 lines
No EOL
1,009 B
PHP

<title>404 - Juli's page</title>
<?php
// include "static/commons/header.php";
// $log = "$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]" . " : " . time() . "\n";
// file_put_contents("404.log", $log, FILE_APPEND);
$log = "log is temporarily disabled. nothing has been logged"
?>
<link rel="stylesheet" href="/static/style/index.css">
<div class="main">
<div id="thetext">
<h1>That page doesn't exist<img src="https://julimiro.eu/static/assets/emoji/neocat_sob.png" class="emoji_big"></h1>
well this is a bit awkward <img src="https://julimiro.eu/static/assets/emoji/neocat_nervous.png" class="emoji">
</div>
<br>
<h2>404 :3</h2>
<br>
<a href="/">Navigate to back to the homepage</a>
<br>
<u>
<h3>This has been logged. Your IP has not been logged.</h3>
</u>
<h3>The following text was logged:</h3>
<code><?php echo $log;?></code>
<br>
<br>
<img src="https://julimiro.eu/static/assets/images/404.png"></img>
</div>
</div>
hi
</body>
</html>