Initial commit

This commit is contained in:
2025-10-19 13:23:17 +00:00
commit e4b89ae304
22 changed files with 746 additions and 0 deletions

5
settings.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
val REPO_NAME = "dummy so the gitea template compiles, please remove"
rootProject.name = "simple-server-html"