change path for scripts

This commit is contained in:
Thomas Lynch
2021-11-24 12:09:38 +11:00
parent e6db267f5e
commit 508e45ae9c
4 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ local body_template = [[
<input type="submit" value="Calculating proof of work..." disabled>
</form>
<footer>DDoS mitigation by <a href="https://kikeflare.com">KikeFlare</a></footer>
<script src="/sha1.js"></script>
<script src="/js/sha1.js"></script>
</body>
</html>
]]