diff options
| author | garbash <dor.garbash@gmail.com> | 2015-01-12 12:34:40 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-01-12 12:34:40 +0200 |
| commit | 944618160f5c974bbe463f1a7e0572ea76a476e4 (patch) | |
| tree | dcb41426725f2e42bc7497d6a329480431205278 /res/templates/login.html | |
| parent | 365e20af3810f67b0a22f651fd0807b40cbacc04 (diff) | |
| parent | 2974f916df0614c892a94d3e0f192e10aa03b0b6 (diff) | |
moved mail-icon img to css
Diffstat (limited to 'res/templates/login.html')
| -rw-r--r-- | res/templates/login.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index ac752e99..f35bccdc 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> <p><b>Rhizi is a collaborative knowledge editor.</b></p> @@ -53,7 +53,6 @@ <div class="contact-us-div"><span class="contact-us-icon"></span></div> <p class="login-text contact-us-text"><a class="contact-us-link" href="mailto:dor.garbash@gmail.com">Send us an Email</a> about your experience, especially if you encountered any problem!</p> - </div> </body> </html> |
