summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-03 12:20:43 +0100
committerYuval Adam <_@yuv.al>2025-03-03 12:20:43 +0100
commitcd2e5f962d4905b6e6abe3d765d1317e47472d4a (patch)
tree4e47c6200684f6cd4f4f34ae70ecfdbd03f2936f /index.html
parent78052aac1fae7592f2ced0c41db7b8c7c405556c (diff)
add footer
Diffstat (limited to 'index.html')
-rw-r--r--index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/index.html b/index.html
index e3decb2..d9e317b 100644
--- a/index.html
+++ b/index.html
@@ -252,6 +252,28 @@
vertical-align: middle;
cursor: pointer;
}
+
+ .footer {
+ margin-top: 30px;
+ padding: 15px;
+ text-align: center;
+ font-family: Arial, sans-serif;
+ font-size: 14px;
+ color: rgba(255, 255, 255, 0.7);
+ width: 100%;
+ }
+
+ .footer a {
+ color: #3498db;
+ text-decoration: none;
+ font-weight: bold;
+ transition: color 0.3s;
+ }
+
+ .footer a:hover {
+ color: #4aa3df;
+ text-decoration: underline;
+ }
</style>
</head>
@@ -293,6 +315,12 @@
</div>
</div>
+ <footer class="footer">
+ <p>Created with <a href="https://www.mastercw.com/cw.js/">CW.js</a>.</p>
+ <p>For a more complete and professional Morse Code training solution visit <a
+ href="https://www.mastercw.com">Master CW</a>.</p>
+ </footer>
+
<script>
// Game variables
let actx = null;