This commit is contained in:
Your Name
2024-02-19 11:47:27 -05:00
commit 027c42e999
8 changed files with 1120 additions and 0 deletions

6
template.html Normal file
View File

@@ -0,0 +1,6 @@
<head>
<link href="/style.css" rel="stylesheet" />
</head>
<body class="h-full">
{{.Body}}
</body>