diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-21 18:01:15 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-21 18:01:15 +0200 |
| commit | 9404d197cedba1c7d2c076762f631c20ad700255 (patch) | |
| tree | 8d6ca78ef20ae75deaf84acbf9e2abcb7e0eeefc /res/templates/login.html | |
| parent | da7e5898380bd1f9146945b1c520834f2d86845a (diff) | |
s/res/static/ for local running - not tested on rhizi.netpastebin
Diffstat (limited to 'res/templates/login.html')
| -rw-r--r-- | res/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index 186d6cd4..73208d14 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() { |
