diff options
| -rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |
