Initial Mebbling hub implementation

This commit is contained in:
2026-07-19 00:29:30 +08:00
commit e6ebdb0576
41 changed files with 2571 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export default function Login(){return <><h1></h1><form action="/api/auth/login" method="post"><label><input name="username" required autoComplete="username"/></label><label><input name="password" type="password" required autoComplete="current-password"/></label><button></button></form></>}