Files
kisukalat.go/pages/home.html
2025-10-07 11:11:48 +03:00

12 lines
326 B
HTML

{{define "content"}}
<h2>
My super duper epic site
<p class="submissivetext">(contains nothing dont roast me again notbob im just a babeh)</p>
</h2>
<p>services i host</p>
<ul>
<li><a href="https://git.kisukalat.xyz/">git server</a></li>
<li><a href="https://xmr.kisukalat.xyz/">xmr explorer</a></li>
</ul>
{{end}}