aboutsummaryrefslogtreecommitdiff
path: root/challenge.html
diff options
context:
space:
mode:
Diffstat (limited to 'challenge.html')
-rw-r--r--challenge.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/challenge.html b/challenge.html
index 98d95e0..76bb479 100644
--- a/challenge.html
+++ b/challenge.html
@@ -9,6 +9,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Proof-of-work challenge</title>
<link rel="stylesheet" href="/.powxy/static/style.css" />
+ <script src="/.powxy/static/main.js">
+ </script>
</head>
<body data-identifier="{{ .Identifier }}" data-difficulty="{{ .Global.NeedBits }}">
<main>
@@ -49,8 +51,5 @@
<p class="somewhat-transparent"><a href="/.powxy/static/solver.c">A C implementation of the challenge solver</a> is available.</p>
</section>
</main>
-
- <script src="/.powxy/static/main.js">
- </script>
</body>
</html>