From 2643184be41f577e3c19d762894b26667560bbe3 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Wed, 2 Jul 2025 10:59:46 -0400 Subject: contact form template --- static/contact.xml | 4 ++++ static/contact.xsl | 18 ++++++++++++++++++ static/index.html | 5 +++-- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 static/contact.xml create mode 100644 static/contact.xsl diff --git a/static/contact.xml b/static/contact.xml new file mode 100644 index 0000000..5fbb6e0 --- /dev/null +++ b/static/contact.xml @@ -0,0 +1,4 @@ + + + + diff --git a/static/contact.xsl b/static/contact.xsl new file mode 100644 index 0000000..e9ce03c --- /dev/null +++ b/static/contact.xsl @@ -0,0 +1,18 @@ + + + + + + Contact + + + +
+ + + +
+ + +
+
diff --git a/static/index.html b/static/index.html index 3a6f1b0..289545e 100644 --- a/static/index.html +++ b/static/index.html @@ -24,9 +24,10 @@ -- cgit v1.2.3