summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsy <sy>2024-07-03 16:06:59 -0400
committersy <sy>2024-07-03 16:06:59 -0400
commitb20aa54fd4e11fd83bf7a4113641b5f47ad4b2c2 (patch)
treeff05f069b31fbe0ed31a14dcdaf3c73c0e040f94
parent22941fcbe4a7e194e49028bc3dea1170cf643490 (diff)
fix
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 3edf7c8..6ded2a0 100644
--- a/index.html
+++ b/index.html
@@ -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>