Managed to get a simple and NOT SECURE login system going.

This commit is contained in:
Zed A. Shaw 2025-07-06 00:38:01 -04:00
parent 75b1eb1edb
commit 3bd8d38847
7 changed files with 63 additions and 23 deletions

View file

@ -5,7 +5,7 @@ ifeq '$(OS)' 'Windows_NT'
endif
build: site
build:
go build .
site: