diff options
| author | Kumar Damani <me@kumardamani.net> | 2024-08-14 18:40:28 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2024-08-14 18:40:28 +0000 |
| commit | 5ae7c22764530f84359a3414ced331c9cd08a17e (patch) | |
| tree | e4edc1534cc2ba0b985ce8190284be7be145c783 /index.html | |
| parent | a223c3fdaa7861d5f932ba2079dab5dfcf63bec5 (diff) | |
final touches
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -10,7 +10,7 @@ <center> <h1>Name my Dragon</h1> <audio id="audio-player" loop> - <source src="audio/western-cover.m4a" type="audio/mp4"> + <source src="audio/western-cover.mp3" type="audio/mp3"> Enable audio on your browser to get the best experience. </audio> <div class="alert"> @@ -39,7 +39,10 @@ <p>See a comparison of all the dragons here:</p> <img src="images/dragon-sizes.png" width="50%" alt="Comparison chart for all the dragons"> </div> - <a href="about.html">How it works</a> + <footer> + <a href="about.html">How it works</a><br> + <a href="https://kumardamani.net" target="_blank">Author</a> + </footer> </center> <script type="text/javascript" src="dragons.js"></script> |
