From 875feccc63bdb6b42169c3ce548be3c9dd739b6f Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Fri, 4 Aug 2023 15:45:04 +0000 Subject: [PATCH] Update index.php --- index.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index f441075..a3354ea 100644 --- a/index.php +++ b/index.php @@ -30,10 +30,8 @@ -webkit-box-sizing: border-box; } - #body-input { - width: calc(100% - 6px); - height: 150px; - resize: none; + #image-bits { + display: none; } input[type=submit] { @@ -110,6 +108,8 @@
Draw here:
+ + Signature (optional):
@@ -179,7 +179,12 @@ fclose($myfile); } - // +
+

name

+ UTC date + +
+ // show content $myfile = fopen("posts.txt", "r") or die("Unable to open file!"); if ($myfile) {