From 43975b4d80b180a2ff023efc44454c4849382ba8 Mon Sep 17 00:00:00 2001 From: will Date: Thu, 12 Jan 2023 18:08:36 -0700 Subject: [PATCH] Basic UX for Flatworm Friday Added a little message that says "Refresh the page to close this" to Flatworm Friday. Also note my server determines whether it's Friday based on GMT. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 4b890df..af01dae 100644 --- a/index.php +++ b/index.php @@ -207,7 +207,7 @@ if(date("w") == "5" && rand(0, 9) == 4) { $ind = rand(1,2); $filename = "images/flatworm friday $ind.mp4"; - echo "
"; + echo "
Refresh the page to close this
"; } ?>