add introduction to the survey

add lib to read toml files
embed fs for reading toml files
add form for introduction
add form for choosing interface
This commit is contained in:
Robin Olsen
2026-02-08 15:03:45 +01:00
parent 0d9acdee93
commit 90dd69a019
6 changed files with 141 additions and 44 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/LazyBachelor/LazyPM
go 1.25.6
require (
github.com/BurntSushi/toml v1.6.0
github.com/Dicklesworthstone/beads_viewer v0.14.3
github.com/NYTimes/gziphandler v1.1.1
github.com/a-h/templ v0.3.977