vvvw/templates/perspectiveA.html

15 lines
240 B
HTML
Raw Normal View History

2020-09-08 16:43:31 +02:00
<!doctype html>
<html>
<head>
<title>Perspective A</title>
</head>
<body>
2020-09-08 16:59:05 +02:00
<h1>Perspective A</h1>
<div id="video1">
<iframe width="420" height="315"
src="https://www.youtube.com/watch?v=fKOKxuFyEdg">
</iframe>
</div>
2020-09-08 16:43:31 +02:00
</body>
</html>