SUrvey now works

This commit is contained in:
2024-11-17 19:41:30 +01:00
parent 51b0641702
commit e75de81e39
13 changed files with 1210 additions and 201 deletions

View File

@@ -4,8 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello, World!</title>
<!-- Bootstrap CSS -->
<link href="/static/css/bootstrap.css" rel="stylesheet">
<link href="/static/css/Jost.css" rel="stylesheet">
<link href="/static/css/main.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-dark bg-dark navbar-expand-lg text-light">
@@ -32,8 +33,10 @@
</div>
</div>
</nav>
<article class="px-3">
{{block "content" .}} {{end}}
<!-- Bootstrap JS and dependencies -->
</article>
<script src="/static/js/bootstrap.js"></script>
{{block "bottom" .}} {{end}}
</body>