mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Use image for login screen logo
This commit is contained in:
parent
3c76ead1ab
commit
5689dfd3e3
2 changed files with 3 additions and 4 deletions
|
@ -20,7 +20,9 @@
|
|||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="login-container">
|
||||
<div class="login-logo"></div>
|
||||
<div class="login-logo">
|
||||
<img alt="PlexPy" src="${http_root}images/logo-plexpy@2x.png">
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-sm-offset-3">
|
||||
<form action="${http_root}auth/login" method="post">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue