diff options
author | sy <sy> | 2024-07-03 16:06:59 -0400 |
---|---|---|
committer | sy <sy> | 2024-07-03 16:06:59 -0400 |
commit | b20aa54fd4e11fd83bf7a4113641b5f47ad4b2c2 (patch) | |
tree | ff05f069b31fbe0ed31a14dcdaf3c73c0e040f94 | |
parent | 22941fcbe4a7e194e49028bc3dea1170cf643490 (diff) |
fix
-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> |