mirror of
https://github.com/Bornholm/formidable.git
synced 2025-07-23 14:01:33 +02:00
chore: tailwindcss theme + goreleaser basic recipe
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user