From 4a6f2f803b7e800a19e7dcad182dba2983cb2969 Mon Sep 17 00:00:00 2001 From: Dan Hamik Date: Tue, 27 Feb 2024 23:44:54 -0600 Subject: [PATCH] Fixed Folders --- templates/form.html | 22 ++++++++++++++++++++++ templates/greet.html | 15 +++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 templates/form.html create mode 100644 templates/greet.html diff --git a/templates/form.html b/templates/form.html new file mode 100644 index 0000000..a697a6c --- /dev/null +++ b/templates/form.html @@ -0,0 +1,22 @@ + + + + + + Simple Web Form + + +

Enter your information:

+
+
+
+
+
+
+
+
+

+ +
+ + diff --git a/templates/greet.html b/templates/greet.html new file mode 100644 index 0000000..803a305 --- /dev/null +++ b/templates/greet.html @@ -0,0 +1,15 @@ + + + + + + Greeting + + +

Hello, {{ name }}!

+

Your phone number is: {{ phone }}

+

Your address is: {{ address }}

+

Comments:

+

{{ comments }}

+ +