From 06bd3d7999501ee178826190fbd3b4a9e28cb6fa Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Wed, 21 Jun 2023 22:56:23 -0400 Subject: Create simple template script for deployment --- templates/footer.html | 16 ++++++++++++++++ templates/head-common.html | 8 ++++++++ templates/nav.html | 13 +++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 templates/footer.html create mode 100644 templates/head-common.html create mode 100644 templates/nav.html (limited to 'templates') diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..79074d5 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,16 @@ +
+
+
+
+
+
+
+ + diff --git a/templates/head-common.html b/templates/head-common.html new file mode 100644 index 0000000..c06fc18 --- /dev/null +++ b/templates/head-common.html @@ -0,0 +1,8 @@ + + + + + + diff --git a/templates/nav.html b/templates/nav.html new file mode 100644 index 0000000..c21e9cb --- /dev/null +++ b/templates/nav.html @@ -0,0 +1,13 @@ + -- cgit v1.2.3-54-g00ecf