CSS hookups added and docker-compose compatibility changes made

This commit is contained in:
Lucas Patenaude
2024-03-12 01:56:44 -06:00
parent 44f5f49275
commit 4f08ca3be1
16 changed files with 305 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en" class="h-100">
<!-- TODO: Add the head.hbs partial here -->
{{> head}}
<!-- TODO: Add the nav.hbs partial here -->
{{> nav}}
{{{body}}}
<!-- TODO: Add the footer.hbs partial here -->
{{> footer}}
</html>