1
0
Fork 0
forked from goffee/cup

start cookie session

This commit is contained in:
Zeni Kim 2024-09-30 09:17:24 -05:00
parent 017ef4c066
commit 1b6f3e6103
6 changed files with 299 additions and 55 deletions

View file

@ -1,10 +1,14 @@
<!DOCTYPE html>
<html lang="en">
{{template "head" "Goffee"}}
<body>
{{template "title" .TheTitle}}
<div class="section">
Welcome to Goffee
</div>
</body>
{{template "head" "Goffee"}}
<body>
<main>
{{template "title" .TheTitle}}
<div class="section">
Welcome to Goffee
</div>
<img class="goffeelogo"src="/public/img/goffee.png" alt="Goffee logo" />
</main>
<script src="/public/app.js"></script>
</body>
</html>