Add favicon (#296)

This commit is contained in:
FrancescoUK
2016-01-22 19:05:07 +00:00
parent 1148ef1595
commit 1849ee807c
3 changed files with 6 additions and 0 deletions

View File

@@ -12,7 +12,11 @@ $(document).ready(function()
$("#login_form input:first").focus();
});
</script>
<link rel="shortcut icon" type="image/x-icon" href="<?php echo base_url();?>/images/favicon.ico">
</head>
<body>
<div align="center" style="margin-top:10px"><img src=<?php echo base_url();?>/images/logo.gif>

View File

@@ -56,6 +56,8 @@ html {
}
</style>
<link rel="shortcut icon" type="image/x-icon" href="<?php echo base_url();?>/images/favicon.ico">
</head>
<body>

BIN
images/favicon.ico Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB