From 3be19c3f6bd2d8d909ce08578741fa437c5b4131 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Dec 2022 16:53:47 -0800 Subject: [PATCH] Add a simple form to the main page To allow for submitting a prompt to generate, (not that it does anything yet). --- index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/index.html b/index.html index d82fb66..7cc2c6c 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,29 @@

+

+ Welcome to Zombocom. +

+ +

+ You can do anything at Zombcom, anything at all. +

+ +

+ The only limit is yourself. +

+ +

+ What do you imagine? + +

+ + + + +
+

+

-- 2.45.2