summaryrefslogtreecommitdiff
path: root/tmpl/login.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* index.go, {login,student}.html: Use structs rather than maps for tmplRunxi Yu8 days1-2/+2
|
* index.go, login.html: Improve looks of session expired messageRunxi Yu10 days1-3/+3
|
* *: Overhaul structure again and embed everythingRunxi Yu11 days1-4/+17
| | | | | | | | - Remove sub-Makefiles; recursive make is annoying - Just use one top-level Makefile that builds everything - Embed templates and minified static resources into the binary - Embed all compiled documentation into the binary and serve - Embed all source into the binary and serve
* index.go, *.html: index->student, index_login->loginRunxi Yu2024-10-021-0/+50
The new names are a bit more descriptive in what each do, and I intend to add an "admin" template in the future. This has no user-facing effects.