summaryrefslogtreecommitdiff
path: root/web/login.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-09 11:11:49 +0300
committerPaul Buetow <paul@buetow.org>2026-05-09 11:11:49 +0300
commit8c32cd117abe79f4ee6cff3a950ffc35c95faeff (patch)
tree5b63a4789351da4f2d9c1cd2e7007f67d43b3371 /web/login.html
parent59c8870061465142306e7a6e5d3fcb344686cfe9 (diff)
Refine media browsing and set covers
Diffstat (limited to 'web/login.html')
-rw-r--r--web/login.html6
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>