15 lines
324 B
HTML
15 lines
324 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>How to Play</title>
|
|
</head>
|
|
<body class="bg-primary">
|
|
|
|
{{> nav howtoActive=true}}
|
|
|
|
<h1 class="flex justify-center">How To Play</h1> <!--todo refine the positioning of text on page-->
|
|
|
|
<script type="module" src="/main.js"></script>
|
|
</body>
|
|
</html> |