add: home page

This commit is contained in:
2025-05-06 23:00:11 +02:00
parent 6d1661131f
commit 26c60c5216
2 changed files with 21 additions and 2 deletions

7
src/templates/home.jinja Normal file
View File

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<a href="/bulk/"><h1>Site WIP go to BULK</h1></a>
</body>
</html>