This commit is contained in:
2025-09-05 22:21:58 +03:00
parent 082b43094a
commit 31c2a592ea
2 changed files with 9 additions and 5 deletions

View File

@@ -13,8 +13,6 @@ body {
border-width: 5px;
border-color: #123;
}
main {
padding: 1em ;
}
@@ -112,3 +110,9 @@ header {
}
}
submissivetext {
font-size: 0.5;
color: #666;
margin-top: -5px;
font-weight: 300;
}

View File

@@ -1,5 +1,5 @@
{{define "content"}}
<h1>Kisu's homepage</h1>
<p>Resist Resist Resist</p>
<h2>My super duper epic site</h2>
<submissivetext>(contains nothing dont roast me again notbob im just a babeh)</submissivetext>
<p></p>
{{end}}