From 3bf082f501866f389232d54b5acfdc1cb0c8680a Mon Sep 17 00:00:00 2001 From: curly Date: Thu, 5 Jan 2023 11:11:25 -0700 Subject: use s3g, added some pages & fork awesome --- src/templates/body-bottom.html | 15 +++++++++++++ src/templates/body-top.html | 4 ++++ src/templates/inner-head.html | 6 ++++++ src/templates/nav.html | 48 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+) create mode 100644 src/templates/body-bottom.html create mode 100644 src/templates/body-top.html create mode 100644 src/templates/inner-head.html create mode 100644 src/templates/nav.html (limited to 'src/templates') diff --git a/src/templates/body-bottom.html b/src/templates/body-bottom.html new file mode 100644 index 0000000..6a5da72 --- /dev/null +++ b/src/templates/body-bottom.html @@ -0,0 +1,15 @@ + + + +
+
+ + \ No newline at end of file diff --git a/src/templates/body-top.html b/src/templates/body-top.html new file mode 100644 index 0000000..dc5465a --- /dev/null +++ b/src/templates/body-top.html @@ -0,0 +1,4 @@ +
+
+
+
\ No newline at end of file diff --git a/src/templates/inner-head.html b/src/templates/inner-head.html new file mode 100644 index 0000000..88f5a1c --- /dev/null +++ b/src/templates/inner-head.html @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/templates/nav.html b/src/templates/nav.html new file mode 100644 index 0000000..cef447c --- /dev/null +++ b/src/templates/nav.html @@ -0,0 +1,48 @@ + -- cgit v1.2.3