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/login.html | |
| parent | 59c8870061465142306e7a6e5d3fcb344686cfe9 (diff) | |
Refine media browsing and set covers
Diffstat (limited to 'web/login.html')
| -rw-r--r-- | web/login.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/login.html b/web/login.html index 6718de1..8efc1d6 100644 --- a/web/login.html +++ b/web/login.html @@ -10,8 +10,10 @@ </head> <body> <div class="login-container" role="main"> - <img src="/logo.png" alt="Player logo" class="login-logo"> - <h1>Player</h1> + <div class="login-brand"> + <img src="/favicon.svg" alt="" class="login-logo"> + <h1>Player</h1> + </div> <form id="login-form" class="login-form" novalidate> <label for="username">Username</label> <input type="text" id="username" name="username" autocomplete="username" required autofocus> |
