12 lines
326 B
HTML
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}}
|