summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-02-05 05:45:28 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-02-05 05:45:28 (GMT)
commited2534651cd10fa810ab921491a6653888bd1285 (patch)
tree242be240a7a3986646c0cf75a2ba91ac74eeaee0 /www/index.html
parent0a6f4862aff80621ba0725e85cc8e6ec42699ecf (diff)
fixed logo image path
Diffstat (limited to 'www/index.html')
-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>