summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/index.html4
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">&nbsp;</div>
<div class="loginspacer hidden-xs hidden-sm">&nbsp;</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>