This commit is contained in:
Juli 2024-07-16 22:20:41 +03:00
parent 99089b5d49
commit c927c14581
4 changed files with 7 additions and 6 deletions

1
404.log Normal file
View file

@ -0,0 +1 @@
localhost:8000/404.php : 1721157555

10
404.php
View file

@ -1,9 +1,9 @@
<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);
// 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">
@ -21,7 +21,7 @@ file_put_contents("404.log", $log, FILE_APPEND);
<code><?php echo $log;?></code>
<br>
<br>
<img src="https://http.cat/images/404.jpg"></img>
<img src="https://julimiro.eu/static/assets/images/404.png"></img>
</div>
</div>
hi

View file

@ -21,7 +21,7 @@ $date = calculate_elapsed_years("2009-08-29");
</div>
<div class="main_text">
<h2>Hello!</h2>
<p>I am Juli, a Finnish pansexual agender furry from '09(thats <?php echo $date?> years old). I go by Juli or
<p>I am Juli, a Finnish pansexual furry of some gender from '09(thats <?php echo $date?> years old). I go by Juli or
Julimiro, any pronouns are fine.</p><br>
<p>I have a few coding projects which are on my <a href="https://git.gay/Julimiro">git</a>(and still a bit on my
<a href="https://github.com/Juliasmatius">github</a>).

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 KiB