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 }}

+ +