Add frontend tests and other stuff

This commit is contained in:
Greg Burri 2022-12-07 00:16:34 +01:00
parent d28e765e39
commit 642dd8a80c
26 changed files with 730 additions and 85 deletions

View file

@ -8,6 +8,14 @@
</head>
<body>
<script type="module">
import init from '/static/frontend.js';
async function run() {
await init();
}
run();
</script>
{% block body_container %}{% endblock %}
<div class="footer-container">gburri - 2022</div>
</body>