aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools
diff options
context:
space:
mode:
authorGravatar Jonathan Chan <ycjc@outlook.com>2015-05-03 17:29:43 +0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-07-12 15:06:56 -0700
commit4b8febd44e0e6949acf2ca3bc7efba38ad50edae (patch)
treef749991049068cccc6cbbe7fdd5b03ca11cc08b9 /share/tools
parentd49f6e1b29a7124133531a9f562cdc2a27922d8e (diff)
Add favicon for web config
Diffstat (limited to 'share/tools')
-rw-r--r--share/tools/web_config/favicon.pngbin0 -> 192 bytes
-rw-r--r--share/tools/web_config/index.html1
2 files changed, 1 insertions, 0 deletions
diff --git a/share/tools/web_config/favicon.png b/share/tools/web_config/favicon.png
new file mode 100644
index 00000000..41ba714e
--- /dev/null
+++ b/share/tools/web_config/favicon.png
Binary files differ
diff --git a/share/tools/web_config/index.html b/share/tools/web_config/index.html
index 222ddfaf..02fa7119 100644
--- a/share/tools/web_config/index.html
+++ b/share/tools/web_config/index.html
@@ -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>