aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2024-08-14 18:40:28 +0000
committerKumar Damani <me@kumardamani.net>2024-08-14 18:40:28 +0000
commit5ae7c22764530f84359a3414ced331c9cd08a17e (patch)
treee4edc1534cc2ba0b985ce8190284be7be145c783 /index.html
parenta223c3fdaa7861d5f932ba2079dab5dfcf63bec5 (diff)
final touches
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.html b/index.html
index 785667b..3e445c5 100644
--- a/index.html
+++ b/index.html
@@ -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>