From 84db3b1204c1306cf6f98e0f42d61f54b29d5820 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 22 Feb 2019 13:23:07 +0000 Subject: add trivial form html --- html/form-post-button.html | 13 +++++++++++++ html/form-post-input.html | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 html/form-post-button.html create mode 100644 html/form-post-input.html (limited to 'html') diff --git a/html/form-post-button.html b/html/form-post-button.html new file mode 100644 index 0000000..bc735b1 --- /dev/null +++ b/html/form-post-button.html @@ -0,0 +1,13 @@ + + + + Trivial Post Form Button + + +

Trivial Post Form Button

+

Hello!

+
+ +
+ + diff --git a/html/form-post-input.html b/html/form-post-input.html new file mode 100644 index 0000000..0c384cf --- /dev/null +++ b/html/form-post-input.html @@ -0,0 +1,13 @@ + + + + Trivial Post Form Input + + +

Trivial Post Form Input

+

Hello!

+
+ +
+ + -- cgit v1.2.3