From 4967c113ec76ca12be909feca5c95e9cbf3d4153 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sat, 2 Mar 2024 17:26:43 -0800 Subject: [PATCH] Add footer links and tailwind --- common/footer.html | 55 ++++++++++++++++++++++++++++++++++++++++++++ common/head_tag.html | 1 + 2 files changed, 56 insertions(+) create mode 100644 common/footer.html create mode 100644 common/head_tag.html diff --git a/common/footer.html b/common/footer.html new file mode 100644 index 0000000..4b4f2c6 --- /dev/null +++ b/common/footer.html @@ -0,0 +1,55 @@ +
+
+
+
+
+

Classifieds

+ +
+
+

Housing

+ +
+
+
+
+

Other Services

+ +
+ +
+
+
+
\ No newline at end of file diff --git a/common/head_tag.html b/common/head_tag.html new file mode 100644 index 0000000..03ad14b --- /dev/null +++ b/common/head_tag.html @@ -0,0 +1 @@ + \ No newline at end of file