Website/404.php

33 lines
1,009 B
PHP
Raw Normal View History

2024-05-21 13:12:58 +01:00
<title>404 - Juli's page</title>
<?php
2024-07-16 20:20:41 +01:00
// 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"
2024-05-21 13:12:58 +01:00
?>
2024-07-12 18:46:18 +01:00
<link rel="stylesheet" href="/static/style/index.css">
<div class="main">
2024-07-17 11:26:39 +01:00
<div id="thetext">
<h1>That page doesn't exist<img src="https://julimiro.eu/static/assets/emoji/neocat_sob.png" class="emoji_big"></h1>
2024-07-17 11:35:50 +01:00
well this is a bit awkward <img src="https://julimiro.eu/static/assets/emoji/neocat_nervous.png" class="emoji">
2024-07-17 11:26:39 +01:00
</div>
2024-07-12 18:46:18 +01:00
<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>
2024-07-16 20:20:41 +01:00
<img src="https://julimiro.eu/static/assets/images/404.png"></img>
2024-07-12 18:46:18 +01:00
</div>
</div>
hi
</body>
2024-05-21 13:12:58 +01:00
2024-03-14 09:52:53 +00:00
</html>