From 7d1a75b0fb67a4c3c93ebdaa1b3e9d67c4abc00e Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sat, 22 Mar 2025 21:51:41 -0600 Subject: [PATCH] Add chatwoot stuff --- public/directory/index.html | 16 ++++++++++++++++ public/index.html | 16 ++++++++++++++++ public/validator/index.html | 16 ++++++++++++++++ views/footer.ejs | 18 +++++++++++++++++- 4 files changed, 65 insertions(+), 1 deletion(-) diff --git a/public/directory/index.html b/public/directory/index.html index 7bc9df2..005971a 100644 --- a/public/directory/index.html +++ b/public/directory/index.html @@ -6,6 +6,22 @@ AstroCom Directory + diff --git a/public/index.html b/public/index.html index 338f9d5..82bdfc9 100644 --- a/public/index.html +++ b/public/index.html @@ -20,6 +20,22 @@ + diff --git a/public/validator/index.html b/public/validator/index.html index 04431fb..f7cfdad 100644 --- a/public/validator/index.html +++ b/public/validator/index.html @@ -6,6 +6,22 @@ AstroCom Availability Checker + diff --git a/views/footer.ejs b/views/footer.ejs index b9cce35..b1e751e 100644 --- a/views/footer.ejs +++ b/views/footer.ejs @@ -2,4 +2,20 @@
© <%= new Date().getFullYear() %> AstroCom <%= version %>
- \ No newline at end of file + + \ No newline at end of file