summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2024-01-19 15:13:52 -0500
committercyfraeviolae <cyfraeviolae>2024-01-19 15:13:52 -0500
commit0587152f897e53d09b94b35208bdc130b2800812 (patch)
treeeacd949187cf2b0995594b1573e780f0b1ae2189
parenta23c1faa90fca481bd90a89f16f01ee740e0a024 (diff)
bust
-rw-r--r--index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index 04c2355..3cd3cdb 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
</p>
<noscript>Sorry, JavaScript is required to play Countervisual.</noscript>
<br>
- <button id="random-novice">Novice!</button>
+ <button id="random-novice">Novice</button>
<button id="random-intermediate">Intermediate</button>
<button id="random-expert">Expert</button>
<button id="reset">Reset</button>
@@ -41,10 +41,10 @@
<div id="scoring"></div>
</div>
</div>
- <script src="/countervisual/static/works.js"></script>
- <script src="/countervisual/static/artists.js"></script>
- <script src="/countervisual/static/manifest.js"></script>
- <script src="/countervisual/static/script.js"></script>
+ <script src="/countervisual/static/works.js?a=1"></script>
+ <script src="/countervisual/static/artists.js?a=1"></script>
+ <script src="/countervisual/static/manifest.js?a=1"></script>
+ <script src="/countervisual/static/script.js?a=1"></script>
</body>
</html>