diff options
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> |
