refactor: move server to own package; set up workspace dependencies

This commit is contained in:
Jef Roosens 2025-04-05 10:19:19 +02:00
parent 279983c64c
commit 7abce21aee
Signed by: Jef Roosens
GPG key ID: 02D4C0997E74717B
34 changed files with 41 additions and 30 deletions

View file

@ -1,24 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src="/static/htmx_2.0.4.min.js" integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+"></script>
<link rel="stylesheet" href="/static/pico_2.1.1.classless.jade.min.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<style type="text/css">
a:hover {
cursor:pointer;
}
</style>
</head>
<body>
<main>
<nav>
</nav>
<article id="inner">
{{ inner | safe }}
</article>
</main>
</body>
</html>