Files
Modul_152/Webauftritt/eportfolio/spiritofcurling.html

15 lines
337 B
HTML

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