fix: Use https redirect not the hns redirect script
All checks were successful
Build Docker / Build Image (push) Successful in 19s

This commit is contained in:
Nathan Woodburn 2023-10-30 16:18:08 +11:00
parent 4abad5f526
commit 986e4fb5ae
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -40,7 +40,7 @@
</div> </div>
</section> </section>
<footer style="font-size: 25px;background: black;color: white;margin-top: 250px;"><span>© 2023 .{{tld}}/</span></footer> <footer style="font-size: 25px;background: black;color: white;margin-top: 250px;"><span>© 2023 .{{tld}}/</span></footer>
<script src="https://nathan.woodburn/handshake.js" domain="nic.{{tld}}"></script> <script src="https://nathan.woodburn/https.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script> <script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body> </body>