diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-02-05 05:45:28 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-02-05 05:45:28 (GMT) |
commit | ed2534651cd10fa810ab921491a6653888bd1285 (patch) | |
tree | 242be240a7a3986646c0cf75a2ba91ac74eeaee0 | |
parent | 0a6f4862aff80621ba0725e85cc8e6ec42699ecf (diff) |
fixed logo image path
-rw-r--r-- | www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 7e6a5cc..f76bcbf 100644 --- a/www/index.html +++ b/www/index.html @@ -37,10 +37,10 @@ <div id="loginbox"> <form id="loginform" class="form-auth" role="form"> - <img class="visible-xs-block" src="img/helsinki-small.png" alt="radio helsinki logo" /> + <img class="visible-xs-block" src="/img/helsinki-small.png" alt="radio helsinki logo" /> <div class="loginspacer hidden-xs"> </div> <div class="loginspacer hidden-xs hidden-sm"> </div> - <img class="hidden-xs" src="img/helsinki.png" alt="radio helsinki logo" /> + <img class="hidden-xs" src="/img/helsinki.png" alt="radio helsinki logo" /> <h1 class="form-auth-heading">Radio Helsinki - Import</h1> <input id="username" type="text" class="form-control" placeholder="Benutzername" required autofocus> <input id="password" type="password" class="form-control" placeholder="Passwort" required> |