feat: pretty shitty code

This commit is contained in:
2024-11-20 20:18:45 -05:00
parent 91741b38a1
commit 3eeb4c8b48
9 changed files with 269 additions and 3 deletions

12
site/templates/index.html Normal file
View File

@@ -0,0 +1,12 @@
{{ define "content" }}
<h1>Yadunand's Site WIP 🚧</h1>
<p>Body</p>
<h2>Header 2</h2>
<p>Body</p>
<h3>Header 3</h3>
<p>Body</p>
<h4>Header 4</h4>
<p>Body</p>
<h5>Header 5</h5>
<p></p>
{{ end }}