summaryrefslogtreecommitdiff
path: root/pub/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-18 17:48:35 -0400
committerpommicket <pommicket@gmail.com>2025-09-18 17:48:35 -0400
commit094646941a2d2d942e92f35f8f6e26b3ae53d0f7 (patch)
tree9c84b595c0b7b65044014e9043fd77565c7608b8 /pub/index.html
parent78a5b3973411ef2a0a43fd84644563157efc8624 (diff)
Add icon
Diffstat (limited to 'pub/index.html')
-rw-r--r--pub/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/pub/index.html b/pub/index.html
index 046a43f..5ffdcb6 100644
--- a/pub/index.html
+++ b/pub/index.html
@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1" name="viewport">
- <title>Blank Plays</title>
- <link rel="icon" href="data:,"><!--TODO-->
+ <title>BlankPlays</title>
+ <link rel="icon" href="/icon.png">
<style>
body {
font-family: Helvetica, sans-serif;
@@ -198,7 +198,7 @@
</div>
<div id="select-container"></div>
<div id="stats" style="display:none;">
- Score: <progress id="score-meter" min="0" max="100"></progress>
+ Score: <progress id="score-meter" max="100"></progress>
<span id="score-span"></span>/100<br>
Correct plays identified: <span id="correct-plays"></span><br>
Incorrect plays guessed: <span id="incorrect-plays"></span><br>