feat: serve a very basic html template
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M .gitignore → .gitignore
@@ -15,6 +15,7 @@ !/README.md !/LICENSE !/justfile +!/config.toml !/nix !*.nix@@ -24,6 +25,10 @@ !/go.sum !/go.mod !/gomod2nix.toml !*.go + +!*.tmpl +!*.js +!/frontend # ...even if they are in subdirectories !*/