diff --git a/404.php b/404.php index 43b1e68..b9f59d3 100644 --- a/404.php +++ b/404.php @@ -5,23 +5,26 @@ $log = "$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]" . " : " . time() . "\n"; file_put_contents("404.log", $log, FILE_APPEND); ?> - + + +
+

That page doesn't exist😿

+
+

404 :3

+
+ Navigate to back to the homepage +
+ +

This has been logged. Your IP has not been logged.

+
+

The following text was logged:

+ +
+
+ +
+ +hi + -
-

That page doesn't exist😿

-
-

404 :3

-
- Navigate to back to the homepage -
-

This has been logged. Your IP has not been logged.

-

The following text was logged:

- -
-
- -
- - hi - \ No newline at end of file diff --git a/contacts/index.php b/contacts/index.php index 71e1259..ebde5fd 100644 --- a/contacts/index.php +++ b/contacts/index.php @@ -1,12 +1,12 @@ -
+
- Either you dm me(@julimiro) on discord or email me at juli@julimiro.eu + Either you dm me(@julimiro) on discord or email me at juli@julimiro.eu
-
+
- + \ No newline at end of file diff --git a/index.php b/index.php index 39c957e..e3a1ffb 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,8 @@ - - -
+ + +
- Cute foxes :3 -

Images stolen from tinyfox.dev

-
+ Cute foxes :3 +

Images stolen from tinyfox.dev

+
-

Hello!

-

I am Juli, a Finnish pansexual agender furry from '09(thats years old). I go by Juli or Julimiro, any pronouns are fine.


-

I have a few coding projects which are on my git(and still a bit on my github).


-

My socials can be found below

-
- twitter ?> - Fediverse - Last.fm - Lemmy - Steam ?> - Youtube -
- - -
+

Hello!

+

I am Juli, a Finnish pansexual agender furry from '09(thats years old). I go by Juli or + Julimiro, any pronouns are fine.


+

I have a few coding projects which are on my git(and still a bit on my + github). +


+

My socials can be found below

+
+ twitter ?> + Fediverse + Last.fm + Lemmy + Steam ?> + Youtube +
-
+ + + + - + \ No newline at end of file diff --git a/lastfm.php b/lastfm.php index 074f051..93ca124 100644 --- a/lastfm.php +++ b/lastfm.php @@ -1,33 +1,33 @@


- - \ No newline at end of file + fetchRecentTrack(); + setInterval(fetchRecentTrack, 15000); + \ No newline at end of file diff --git a/lastfmproxy.php b/lastfmproxy.php index 63c32bc..141573a 100644 --- a/lastfmproxy.php +++ b/lastfmproxy.php @@ -22,4 +22,4 @@ header('Content-Type: application/json'); // Output the response echo $response; -?> +?> \ No newline at end of file diff --git a/posts/index.php b/posts/index.php index 2344a3d..a365443 100644 --- a/posts/index.php +++ b/posts/index.php @@ -1,10 +1,10 @@ -

+


This site page is currently... not working
why are all blog platforms so hard to use -
+
- + \ No newline at end of file diff --git a/projects/index.php b/projects/index.php index f803c2c..2d65c10 100644 --- a/projects/index.php +++ b/projects/index.php @@ -2,31 +2,35 @@ -
+
-

I have made a few actually useful scripts like Portal 2 VR mod manager and Portal 2 VR installer. Most of my minor projects are on my github or replit, some projects will me on my itch.
- Major projects will be listed below


-
- Github - Itch - Replit +

I have made a few actually useful scripts like Portal 2 VR mod manager and Portal 2 VR installer. Most of my + minor projects are on my github or replit, some projects will me on my itch.
+ Major projects will be listed below


+
+ Github + Itch + Replit +
+
+
+
+ My game +

My game

+

Not out yet, and I still don't have a name. + + This is going to released on my itch.io. It's going to be a platformer/puzzle game. + + + Want to know more about it? Too bad.

+
-
-
-
- My game -

My game

-

Not out yet, and I still don't have a name. - This is going to released on my itch.io. It's going to be a platformer/puzzle game. - - - Want to know more about it? Too bad.

-
-
- -
+
- + \ No newline at end of file diff --git a/static/commons/footer.php b/static/commons/footer.php index f4098d3..94ddc2d 100644 --- a/static/commons/footer.php +++ b/static/commons/footer.php @@ -1,32 +1,35 @@ + + + + + + + + + + + - + + \ No newline at end of file diff --git a/static/commons/junecss.php b/static/commons/junecss.php index 3e098fc..f527bd2 100644 --- a/static/commons/junecss.php +++ b/static/commons/junecss.php @@ -2,9 +2,10 @@ if (date('m') == 6) { // 6 is the month number for June header("Content-type: text/css; charset=utf-8"); ?> - body { - background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://upload.wikimedia.org/wikipedia/commons/4/48/Gay_Pride_Flag.svg'); - } - \ No newline at end of file