Skip to content

Commit b75cb3c

Browse files
committed
Added audio/source tags for message notifications.
Signed-off-by: Andrew Johnson <ajohnson@draster.com>
1 parent 2586280 commit b75cb3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vector/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
<noscript>Sorry, Vector requires JavaScript to be enabled.</noscript>
2929
<link rel="stylesheet" href="bundle.css">
3030
<img src="img/warning.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;"/>
31+
<audio id="messageAudio">
32+
<source src="media/message.ogg" type="audio/ogg" />
33+
<source src="media/message.mp3" type="audio/mpeg" />
34+
</audio>
3135
<audio id="ringAudio" loop>
3236
<source src="media/ring.ogg" type="audio/ogg" />
3337
<source src="media/ring.mp3" type="audio/mpeg" />

0 commit comments

Comments
 (0)