From 45ff8dd334b19107920d2014ac8c0e5c2b2f38ba Mon Sep 17 00:00:00 2001 From: Lucas Schumacher Date: Thu, 1 Aug 2024 19:01:51 -0400 Subject: [PATCH] Add tailwind v2 CSS framework --- templates/tailwind.gohtml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/tailwind.gohtml diff --git a/templates/tailwind.gohtml b/templates/tailwind.gohtml new file mode 100644 index 0000000..89205c1 --- /dev/null +++ b/templates/tailwind.gohtml @@ -0,0 +1,12 @@ +{{define "head"}} + + + + + +{{end}} +{{define "footer"}} +
+
+

Copyright your mom 2057

+{{end}}