- fixed routes

- added head and foot partials
- prepared bootstrap
This commit is contained in:
2023-05-01 18:31:10 +02:00
parent 6f35764a21
commit 5a21e56e80
13 changed files with 62 additions and 21 deletions

View File

@ -0,0 +1,8 @@
<%~ E.includeFile("head.eta.html") %>
<div class="alert alert-primary" role="alert">
A simple primary alert—check it out!
</div>
<%~ E.includeFile("foot.eta.html") %>