15 lines
471 B
HTML
15 lines
471 B
HTML
{{define "content"}}
|
|
<h2>
|
|
Kisu's cool site
|
|
<p class="submissivetext">( idk what to write here, so its empty for now, thinking about nginx tricks maybe someone could find those helpful )</p>
|
|
</h2>
|
|
<p>public 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>
|
|
<a class="submissivetext" style="color: gold" href="http://xmr.kisu.i2p">i2p</a>
|
|
</li>
|
|
</ul>
|
|
{{end}}
|