Add navigation, license, and finish off site

This commit is contained in:
Michael Pivato
2023-08-02 08:44:16 +00:00
parent 54257d1a60
commit 094a3da6eb
4 changed files with 263 additions and 31 deletions

View File

@@ -9,7 +9,7 @@ import (
"net/http"
)
//go:embed node_modules/@picocss/pico/css/pico.min.css index.html
//go:embed site.css node_modules/@picocss/pico/css/pico.min.css index.html
var static embed.FS
func main() {