From eb92a7c2fd3488805dee361bef73fad7484bde0c Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Sun, 17 Nov 2024 12:12:03 +0000 Subject: [PATCH] CHRISTMAS --- index.php | 14 + res/images/profile-christmas.jpg | Bin 0 -> 53586 bytes res/js/snowstorm.js | 676 +++++++++++++++++++++++++++++++ 3 files changed, 690 insertions(+) create mode 100644 res/images/profile-christmas.jpg create mode 100644 res/js/snowstorm.js diff --git a/index.php b/index.php index 3ac8edd..2c8615f 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,10 @@ +format('Y'); +$startDate = new DateTime("$currentYear-11-10"); +$endDate = new DateTime(($currentYear + 1) . '-03-01'); +$christmas = ($currentDate > $startDate && $currentDate < $endDate); +?> @@ -6,6 +13,9 @@ ~floppy + + + @@ -20,7 +30,11 @@ "My life is a living nightmare!"

+ +
+
+