diff options
Diffstat (limited to 'index.html')
| -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; |
