move to gitea
All checks were successful
App Image CI / Build app image (push) Successful in -2m7s
Docker Image CI / Build build images (arch) (push) Successful in -15s
Docker Image CI / Build build images (artix) (push) Successful in -48s

This commit is contained in:
2025-04-29 21:04:32 -05:00
parent 9722c4f992
commit b13d34cbdb
7 changed files with 53 additions and 82 deletions

View File

@@ -37,7 +37,7 @@
<%- include("footer", locals) %>
<script src="/assets/js/timezone.js?v1" nonce="<%= cspNonce %>"></script>
<% if (!ended) { %>
<script src="/assets/js/build.js?v1" nonce="<%= cspNonce %>"></script>
<script src="/assets/js/build.js?v2" nonce="<%= cspNonce %>"></script>
<% } %>
</body>
</html>

View File

@@ -3,7 +3,7 @@
<ul>
<li><a href="/">Home</a></li>
<li>Developed by Cory Sanin</li>
<li><a href="https://github.com/CorySanin/archery">Source</a></li>
<li><a href="https://git.sanin.dev/corysanin/archery">Source</a></li>
</ul>
</footer>
</div>