diff options
author | Jonas Kohl | 2024-09-04 20:10:41 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-04 20:10:41 +0200 |
commit | 5d4652e6bc0009b32bfe1b1a4fc9b7431cd8fe88 (patch) | |
tree | a4d6256bbf8f746a3a88ebb7596ae035a9a5d6ff /music.html |
Initial commit
Diffstat (limited to 'music.html')
-rw-r--r-- | music.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/music.html b/music.html new file mode 100644 index 0000000..96007c9 --- /dev/null +++ b/music.html @@ -0,0 +1,21 @@ +<html> +<body> + <audio autoplay> + <source type="audio/ogg" src="music/house.ogg"> + <source type="audio/mp3" src="music/house.mp3"> + <SCRIPT LANGUAGE="JavaScript"> + <!-- + if ( navigator.appName=="Netscape" ){ + document.write('<EMBED src="music/HOUSE.MID" width=0 height=2 autostart=true loop=false></EMBED>') + } + else { + document.write('<BGSOUND src="music/HOUSE.MID"></BGSOUND>') + } + if (window.top == window.self) { + window.close(); + } + // --> + </SCRIPT> + </audio> +</body> +</html>
\ No newline at end of file |