diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-09 11:11:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-09 11:11:49 +0300 |
| commit | 8c32cd117abe79f4ee6cff3a950ffc35c95faeff (patch) | |
| tree | 5b63a4789351da4f2d9c1cd2e7007f67d43b3371 /web/bootstrap.html | |
| parent | 59c8870061465142306e7a6e5d3fcb344686cfe9 (diff) | |
Refine media browsing and set covers
Diffstat (limited to 'web/bootstrap.html')
| -rw-r--r-- | web/bootstrap.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/web/bootstrap.html b/web/bootstrap.html index 3f028d2..5d66c0d 100644 --- a/web/bootstrap.html +++ b/web/bootstrap.html @@ -10,8 +10,13 @@ </head> <body> <div class="login-container" role="main"> - <h1>Create Admin Account</h1> - <p class="subtitle">One-time setup. This form is available only while no users exist.</p> + <div class="login-brand"> + <img src="/favicon.svg" alt="" class="login-logo"> + <div> + <h1>Create Admin Account</h1> + <p class="subtitle">One-time setup. This form is available only while no users exist.</p> + </div> + </div> <form id="bootstrap-form" class="login-form" novalidate> <label for="username">Username</label> <input type="text" id="username" name="username" autocomplete="username" required autofocus> |
