feat: save progress on web server foundation and add new tickets

This commit is contained in:
syntaxbullet
2026-01-07 13:02:36 +01:00
parent 894cad91a8
commit 6f4426e49d
9 changed files with 191 additions and 59 deletions

View File

@@ -29,6 +29,7 @@ export function BaseLayout({ title, content }: LayoutProps): string {
<footer>
<p>&copy; ${new Date().getFullYear()} Aurora Bot</p>
</footer>
<script src="/script.js" defer></script>
</body>
</html>`;
}