osamc.de/archiv/demo/index.html

47 lines
858 B
HTML

<!doctype html>
<html>
<head>
<link rel="stylesheet" href="normalize.css" type="text/css">
<link rel="stylesheet" href="sakura.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Demo Musik</title>
</head>
<body>
<p><a href="../">Zurück</a></p>
<h1>Demo Projekt</h1>
<p><a href="templates/">Templates in Action</a></p>
<h2>Ein bischen Musik</h2>
<p>
<h4>ogg</h4>
<audio controls>
<source src="demo.ogg" type="audio/ogg">
Your browser does not support the audio element.
</audio>
</p>
<p>
<h4>flac</h4>
<audio controls>
<source src="demo.flac" type="audio/flac">
Your browser does not support the audio element.
</audio>
</p>
<p>
<h4>mp3</h4>
<audio controls>
<source src="demo.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
</p>
</body>
</html>