diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-01-26 15:01:05 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-01-26 15:01:05 +0200 |
| commit | 71f663d0c06c6284f375d890cb780bb362fc7f06 (patch) | |
| tree | 9e38ce79fdf81af792c9f68076757c38bc0cc279 | |
| parent | 2298073e817922871c61a0fa2ee0ad043c474d43 (diff) | |
adding favicon link to login template
| -rw-r--r-- | res/templates/login.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index a0ab2161..b773bd13 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -3,6 +3,8 @@ <meta charset="UTF-8"> <title>Welcome to Rhizi</title> <link href="/static/css/style.css" rel="stylesheet" type="text/css"> +<link rel="shortcut icon" href="res/img/favicon2.ico" /> + <script src="/static/lib/jquery.js" type="text/javascript"></script> <script type="text/javascript"> function submit_login_form() { |
