diff options
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,11 +7,11 @@ </head> <body> <a href="/tears.html"> - <img id="aseem" src="/static/aseem.jpg" height="320" style="position:absolute;"></img> + <img id="aseem" src="/static/aseem.jpg" height="320" style="position:absolute;"> </a> <audio autoplay loop> - <source src="/static/aseem.ogg"> - <source src="/static/aseem.mp3"> + <source src="/static/aseem.ogg" type="audio/ogg"> + <source src="/static/aseem.mp3" type="audio/mpeg"> </audio> <script src="/static/aseem.js"></script> </body> |