21 lines
588 B
HTML
21 lines
588 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>
|
|
|
|
<div class="flex justify-center">
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/bruNTJCsZPM?controls=0" title="YouTube video player"
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
</div>
|
|
|
|
<script type="module" src="/main.js"></script>
|
|
</body>
|
|
{{> footer }}
|
|
</html> |