diff options
| author | Yuval Adam <_@yuv.al> | 2025-03-03 12:20:43 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-03-03 12:20:43 +0100 |
| commit | cd2e5f962d4905b6e6abe3d765d1317e47472d4a (patch) | |
| tree | 4e47c6200684f6cd4f4f34ae70ecfdbd03f2936f | |
| parent | 78052aac1fae7592f2ced0c41db7b8c7c405556c (diff) | |
add footer
| -rw-r--r-- | index.html | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -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; |
