chore: tailwindcss theme + goreleaser basic recipe

This commit is contained in:
2022-05-04 12:23:53 +02:00
parent ada7f18e36
commit 2a7dc481b1
29 changed files with 2337 additions and 212 deletions

View File

@ -1,6 +1,7 @@
<html>
<html class="w-full h-full">
{{ template "head" . }}
<body>
<link rel="stylesheet" href="assets/dist/main.css" />
<body class="bg-gray-100 w-full h-full p-3">
{{ template "form" . }}
</body>
</html>