Compare commits

...

10 Commits

Author SHA1 Message Date
79769661cd hai 2025-09-23 18:50:24 +03:00
afc4c9f1c9 pls i will commit 2025-09-05 22:38:11 +03:00
70292286a8 i need to stop drinking 2025-09-05 22:35:30 +03:00
ef72171568 i am retarded 2025-09-05 22:25:49 +03:00
31c2a592ea meow 2025-09-05 22:21:58 +03:00
082b43094a does ts work? nr2 2025-08-30 22:03:07 +03:00
5e2907147a does ts work? nr2 2025-08-30 22:02:04 +03:00
b569db1582 does ts work? 2025-08-30 21:59:44 +03:00
17ea2ac9ea CAN U HIDe THE MARKER! 2025-08-30 21:55:42 +03:00
4c367dbdcc hide the ugly marker 2025-08-30 21:52:14 +03:00
4 changed files with 19 additions and 6 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
build/

View File

@@ -9,3 +9,5 @@ build:
mkdir -p $(BUILD_DIR)/static
cp -r templates/* $(BUILD_DIR)/templates/
cp -r static/* $(BUILD_DIR)/static/
clean:
rm -rf $(BUILD_DIR)

View File

@@ -13,8 +13,6 @@ body {
border-width: 5px;
border-color: #123;
}
main {
padding: 1em ;
}
@@ -88,7 +86,12 @@ aside {
}
footer {
text-align: center ;
text-align: center;
list-style: none;
}
li {
list-style: none;
}
header {
@@ -106,4 +109,9 @@ header {
display: block ;
}
.submissivetext {
font-size: 0.7rem;
color: #666;
margin-top: -5px;
font-weight: 300;
}

View File

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