summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-03 13:57:56 +0100
committerYuval Adam <_@yuv.al>2025-03-03 13:57:56 +0100
commit84ebc3e94767bb7423009231f340a6f7556387e8 (patch)
tree6cab13db1d316af4f1f57dd3f6a38356d9a11c47
parent8838df3ee07fa28d8619ce94c2edfcccb63d520e (diff)
Cleanup copy
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index e506a66..a2a6bef 100644
--- a/index.html
+++ b/index.html
@@ -403,8 +403,8 @@
<h1><a href="/" class="title-link">Morse Hero</a></h1>
<div id="startScreen">
- <p>Learn Morse code the fun way! Listen to the sound and pick the correct character.</p>
- <button id="startButton" class="start-button">Start Game</button>
+ <p>Learn Morse code the fun way!</p>
+ <button id="startButton" class="start-button">Start</button>
<div class="chart-link">
<a href="/chart/">View Morse Code Chart</a>
</div>
@@ -451,6 +451,7 @@
</div>
<footer class="footer">
+ <p>Need help? View the <a href="/chart/">Morse Code Chart</a>. </p>
<p>Created with <a href="https://www.mastercw.com/cw.js/">CW.js</a>. For a complete and professional
Morse Code training solution visit <a href="https://www.mastercw.com">Master CW</a>.</p>
</footer>