vvvw/templates/perspectiveA.html

24 lines
985 B
HTML
Raw Normal View History

2020-09-08 16:43:31 +02:00
<!doctype html>
<html>
2020-09-08 20:31:48 +02:00
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="../static/js/draggable.js"></script>
2020-09-08 16:43:31 +02:00
<head>
2020-09-08 20:31:48 +02:00
<link rel="stylesheet" href="../static/css/style.css?q=1280549780">
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 20:31:48 +02:00
<div class="draggable">
<iframe id="video1" width="120" height="120" src="https://www.youtube.com/embed/fKOKxuFyEdg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2020-09-08 17:39:10 +02:00
</div>
2020-09-08 20:31:48 +02:00
<div class="draggable">
<iframe id="video2" width="120" height="120" 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>