diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-07-03 21:23:32 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-07-03 21:23:32 -0700 |
| commit | 361e4d860fcca66dad0dd99b965b297d92ac748c (patch) | |
| tree | 62052c68828b8a7f1376c60c9eee95d28cfba094 /res/index.html | |
| parent | 04eb44d685ba677a444b73c7cfc2427d2740497f (diff) | |
add UI elements for going to admin registration page
Signed-off-by: Pinapelz <yukais@pinapelz.com>
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/index.html b/res/index.html index 76fa65c..02ef525 100644 --- a/res/index.html +++ b/res/index.html @@ -199,6 +199,7 @@ <li><button id="setVideoUrlBtn"><span>${setVideoUrl}</span></button></li> <li><button id="selectLocalVideoBtn"><span>${selectLocalVideo}</span></button></li> <li><button id="removePlayerBtn"><span>${removePlayer}</span></button></li> + <li><a href="/admin-register"><button><span>${registerAdmin}</span></button></a></li> </div> <div id="adminMenu" style="display: none;"> <h4>${chat}</h4> |
