Fixed the https redirect script location

Location was hnsau/https.js
now gday.hnsau/https.js
This commit is contained in:
Nathan Woodburn
2022-02-05 19:25:45 +11:00
parent 03dbb5c5fd
commit 510672b40e
3 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.js"></script>
<script src="assets/js/vanilla-zoom.js"></script>
<script src="assets/js/theme.js"></script>
<script src="https://hnsau/https.js"></script>
<script src="https://gday.hnsau/https.js"></script>
</body>
</html>