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">
<span>&copy; <%= new Date().getFullYear() %> AstroCom <%= version %></span>
</div>
</footer>
<script>
</footer> -->
<span>&copy; <%= new Date().getFullYear() %> AstroCom <%= version %></span>
<!-- <script>
(function (d, t) {
var BASE_URL = "https://support.chrischro.me";
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
@ -18,4 +19,4 @@
})
}
})(document, "script");
</script>
</script> -->