Testing simpler footer

This commit is contained in:
Christopher Cookman 2026-06-29 10:29:22 -06:00
parent 0597460846
commit dba46afff7

View file

@ -1,9 +1,10 @@
<footer class="footer mt-auto py-3 text-white" style="background-color:#0d0d0d; border-top: 1px solid #2e2e2e;"> <!-- <footer class="footer mt-auto py-3 text-white" style="background-color:#0d0d0d; border-top: 1px solid #2e2e2e;">
<div class="container text-center"> <div class="container text-center">
<span>&copy; <%= new Date().getFullYear() %> AstroCom <%= version %></span> <span>&copy; <%= new Date().getFullYear() %> AstroCom <%= version %></span>
</div> </div>
</footer> </footer> -->
<script> <span>&copy; <%= new Date().getFullYear() %> AstroCom <%= version %></span>
<!-- <script>
(function (d, t) { (function (d, t) {
var BASE_URL = "https://support.chrischro.me"; var BASE_URL = "https://support.chrischro.me";
var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
@ -18,4 +19,4 @@
}) })
} }
})(document, "script"); })(document, "script");
</script> </script> -->