vvvw/templates/perspectiveA.html

21 lines
750 B
HTML
Raw Normal View History

2020-09-08 16:43:31 +02:00
<!doctype html>
<html>
<head>
2020-09-08 17:39:10 +02:00
<link rel="stylesheet" href="../static/css/style.css">
2020-09-08 16:43:31 +02:00
<title>Perspective A</title>
</head>
<body>
2020-09-08 16:59:05 +02:00
<h1>Perspective A</h1>
2020-09-08 20:07:44 +02:00
<div id="audio1">
2020-09-08 17:39:10 +02:00
<audio controls src="../static/audio/turkish_march.ogg" type="audio/ogg"></audio>
</div>
2020-09-08 16:59:05 +02:00
<div id="video1">
2020-09-08 17:39:10 +02:00
<iframe width="420" height="281" src="https://www.youtube.com/embed/fKOKxuFyEdg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div id="video2">
<iframe width="340" height="250" src="https://www.youtube.com/embed/5_9PAugYb4s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2020-09-08 16:59:05 +02:00
</div>
2020-09-08 16:43:31 +02:00
</body>
</html>