diff --git a/index.php b/index.html similarity index 76% rename from index.php rename to index.html index 2c8615f..96329a1 100644 --- a/index.php +++ b/index.html @@ -1,10 +1,3 @@ -format('Y'); -$startDate = new DateTime("$currentYear-11-10"); -$endDate = new DateTime(($currentYear + 1) . '-03-01'); -$christmas = ($currentDate > $startDate && $currentDate < $endDate); -?> @@ -13,9 +6,6 @@ $christmas = ($currentDate > $startDate && $currentDate < $endDate);