This commit is contained in:
2025-11-28 03:29:01 +02:00
parent c454f68e92
commit 7129b4ddda
2 changed files with 4 additions and 3 deletions

View File

@@ -1,11 +1,12 @@
{{define "content"}} {{define "content"}}
<h2> <h2>
My super duper epic site Kisu's super cool site
<p class="submissivetext">(contains nothing dont roast me again notbob im just a babeh)</p> <p class="submissivetext">(contains nothing dont roast me again notbob im just a babeh)</p>
</h2> </h2>
<p>services i host</p> <p>public services i host</p>
<ul> <ul>
<li><a href="https://git.kisukalat.xyz/">git server</a></li> <li><a href="https://git.kisukalat.xyz/">git server</a></li>
<li><a href="https://xmr.kisukalat.xyz/">xmr explorer</a></li> <li><a href="https://xmr.kisukalat.xyz/">xmr explorer</a></li>
<li><a href="https://searx.kisukalat.xyz">searx instance</a></li>
</ul> </ul>
{{end}} {{end}}

View File

@@ -1,6 +1,6 @@
<header> <header>
<p> <p>
<a href="/" target="_top"><b> Home</b></a><b> | <a href="/" target="_top"><b> Home</b></a><b> |
<a href="/contact" target="_top">contact</a></b> <a href="/contact" target="_top">Contact</a></b>
</p> </p>
</header> </header>