cup/storage/templates/basic.html

14 lines
340 B
HTML
Raw Normal View History

2024-09-27 03:31:45 -04:00
<!DOCTYPE html>
<html lang="en">
2024-09-30 10:17:24 -04:00
{{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>
2024-09-27 03:31:45 -04:00
</html>