Add favicon for web config

This commit is contained in:
Jonathan Chan 2015-05-03 17:29:43 +08:00 committed by ridiculousfish
parent d49f6e1b29
commit 4b8febd44e
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

View file

@ -4,6 +4,7 @@
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>fish shell configuration</title>
<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="stylesheet" type="text/css" href="fishconfig.css"/>
<script type="text/javascript" src="js/angular.js"></script>
<script type="text/javascript" src="js/colorutils.js"></script>