diff options
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> |
