add: everything else

This commit is contained in:
trisua 2025-03-21 01:38:07 -04:00
parent c982e1dc15
commit 6dff656583
19 changed files with 4955 additions and 0 deletions

17
src/public/html/root.html Normal file
View file

@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="/css/style.css" />
<script defer async src="/js/atto.js"></script>
{% block head %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>