15 lines
323 B
HTML
15 lines
323 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-->
|
|
|
|
<script type="module" src="/main.js"></script>
|
|
</body>
|
|
</html> |