cmd/pkgserver: basic web ui

This commit is contained in:
mae
2026-03-04 22:50:58 -06:00
parent ebdf9dcecc
commit 69467a1542
15 changed files with 231 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
@use 'common';
html {
background-color: #2c2c2c;
color: ghostwhite;
}