From 801781d4c278ce56f9d39311a13bc8ec3b87e077 Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Fri, 6 Sep 2024 05:28:04 -0700 Subject: [PATCH] Initial stuff --- index.php | 79 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 70 insertions(+), 9 deletions(-) diff --git a/index.php b/index.php index aa325b3..27ab4b4 100644 --- a/index.php +++ b/index.php @@ -1,14 +1,75 @@ - + + HAPPY BIRTHDAY PRIME! + + + + + + + + + +

Happy Birthday Prime!

+
+
+
+
+
+
+
+
+
+
+
+
+
+ -use Cowsayphp\Farm; +
+ + +
-header('Content-Type: text/plain'); -$text = "Set a message by adding ?message= to the URL"; -if(isset($_GET['message']) && $_GET['message'] != '') { - $text = htmlspecialchars($_GET['message']); + + + + +