Files
Modul_152/Webauftritt/eportfolio/impressions.html
2022-12-19 21:45:41 +01:00

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>