<html>
<head>
<title>Hintergrundmusik</title>
<!-- Microsoft: -->
<bgsound src="background.mp3" loop="infinite">
</head>
<body>
<!-- Netscape: -->
<embed src="background.mp3" autostart="true" loop="true" hidden="true" height="0" width="0">
<h1>Inhalt der Seite</h1>
</body>
</html>