summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html
index 983b33e..3b1c8fc 100644
--- a/index.html
+++ b/index.html
@@ -379,6 +379,22 @@
vertical-align: middle;
cursor: pointer;
}
+
+ .chart-link {
+ margin-top: 20px;
+ font-size: 18px;
+ }
+
+ .chart-link a {
+ color: #3498db;
+ text-decoration: none;
+ transition: color 0.3s;
+ }
+
+ .chart-link a:hover {
+ color: #f39c12;
+ text-decoration: underline;
+ }
</style>
</head>
@@ -389,6 +405,9 @@
<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>
+ <div class="chart-link">
+ <a href="/chart.html">View Morse Code Chart</a>
+ </div>
</div>
<div id="gameArea">