summaryrefslogtreecommitdiff
path: root/pub/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-21 14:04:49 -0400
committerpommicket <pommicket@gmail.com>2025-09-21 14:04:49 -0400
commit569eeca1f591c76090e3efcfdef96f0c4e13e817 (patch)
treef31bc1a97aa648b434faf3178544577e049344bf /pub/index.html
parent7a8e4c62aa665c9340c4e08db05368a6fb36d5df (diff)
Add "past challenges"
Diffstat (limited to 'pub/index.html')
-rw-r--r--pub/index.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/pub/index.html b/pub/index.html
index 4176ef8..ce7c9d8 100644
--- a/pub/index.html
+++ b/pub/index.html
@@ -5,8 +5,8 @@
<meta content="width=device-width,initial-scale=1" name="viewport">
<title>BlankPlays</title>
<link rel="icon" href="/icon.png">
- <link rel="stylesheet" href="/index.css">
- <script src="/blankplays.js?v=3" id="main-script" async></script>
+ <link rel="stylesheet" href="/index.css?v=1">
+ <script src="/blankplays.js?v=4" id="main-script" async></script>
</head>
<body>
<script blocking="render">
@@ -32,7 +32,7 @@
<a href="#" id="how-to-play-button">How to Play</a>
</div>
<h2>BlankPlays</h2>
- Find all possible plays with a single blank! Daily challenge #<span id="challenge-num">(loading)</span><br>
+ Find all possible plays with a single blank! Daily challenge #<span id="challenge-num">(loading)</span> <a href="#" id="today"></a><br>
<label>Lexicon: <select id="lexicon">
<option value="nwl23">πŸ‡¨πŸ‡¦πŸ‡ΊπŸ‡ΈNWL23</option>
<option value="csw24">πŸ‡¬πŸ‡§ CSW24</option>
@@ -61,7 +61,10 @@
<button id="share-copy">Copy to clipboard</button>
</div>
-
+ <div id="past-container">
+ <b>Past challenges:</b>
+ <ul id="past"></ul>
+ </div>
<dialog id="how-to-play">
<h3>How to Play</h3>