tiny 88x31 lexicon for atproto

i should sleep tbh i just wanna see if it workssssss

+1 -8
+1 -1
tmpl/base.html
··· 15 15 Welcome to the <a href="/">88x31.store</a> 16 16 </h1> 17 17 <h2> 18 - TODAYS <span class="special">special~<span> EVERYTHING IS FREE 18 + todays special~ <span class="special">EVERYTHING IS FREE</span> 19 19 </h2> 20 20 <header> 21 21 {{if .DID}}
-7
tmpl/home.html
··· 1 - {{define "content"}} 2 - {{range .Buttons}} 3 - {{template "buttonpart" .}} 4 - {{else}} 5 - no buttons yet, <a href="/upload">post the first!</a> 6 - {{end}} 7 - {{end}}