20 lines
607 B
HTML
20 lines
607 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Beispiele</title>
|
|
</head>
|
|
<body class="bg-primary">
|
|
|
|
{{> nav examplesActive=true}}
|
|
|
|
<h1 class="flex justify-center">Beispiele</h1> <!--todo refine the positioning of text on page-->
|
|
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="YouTube video player"
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
|
allowfullscreen class="self-center"></iframe>
|
|
|
|
<script type="module" src="/main.js"></script>
|
|
</body>
|
|
{{> footer }}
|
|
</html> |