summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-01-26 15:01:05 +0200
committerLV-426 <lv-426@taproot.org.il>2015-01-26 15:01:05 +0200
commit71f663d0c06c6284f375d890cb780bb362fc7f06 (patch)
tree9e38ce79fdf81af792c9f68076757c38bc0cc279 /res
parent2298073e817922871c61a0fa2ee0ad043c474d43 (diff)
adding favicon link to login template
Diffstat (limited to 'res')
-rw-r--r--res/templates/login.html2
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() {