Add views and begin database

This commit is contained in:
mitteneer 2024-11-20 18:17:14 -05:00
parent 348545949a
commit a15db5fb31
68 changed files with 709 additions and 90 deletions

View file

@ -0,0 +1,8 @@
<html>
<body>
@partial partials/header
<div>
<span>Content goes here</span>
</div>
</body>
</html>