Files
Modul_152/Webauftritt/eportfolio/rules.html

15 lines
314 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Rules</title>
</head>
<body class="bg-primary">
{{> nav rulesActive=true }}
<h1 class="flex justify-center">Regeln</h1> <!--todo refine the positioning of text on page-->
<script type="module" src="/main.js"></script>
</body>
</html>