summaryrefslogtreecommitdiff
path: root/res/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'res/templates/login.html')
-rw-r--r--res/templates/login.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/templates/login.html b/res/templates/login.html
index 8ddde1b2..000395c2 100644
--- a/res/templates/login.html
+++ b/res/templates/login.html
@@ -2,7 +2,7 @@
<head>
<meta charset="UTF-8">
<title>Welcome to Rhizi</title>
-<link href="/res/css/style.css" rel="stylesheet" type="text/css">
+<link href="/static/css/style.css" rel="stylesheet" type="text/css">
<script src="/static/lib/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
function submit_login_form() {
@@ -28,7 +28,7 @@
<body class="login-background">
<div class="welcome-box">
- <img src="/res/img/logo-red.png" class="login-rhizi-logo">
+ <img src="/static/img/logo-red.png" class="login-rhizi-logo">
<div class="login-text">
<h1 class="login-header"> Welcome to Rhizi!</h1>
<h5>Rhizi is a collaborative knowledge editor.</h5>
@@ -52,7 +52,7 @@
{% if login_failed %}<b>Login Failed</b>{% endif %}
</div>
</div>
- <img src="res/img/hr-email-icon.png">
+ <img src="static/img/hr-email-icon.png">
<p class="login-text"><a href="mailto:dor.garbash@gmail.com">Send us an Email</a> about your experience, especially if you encountered any problem!</p>