aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-03-21 11:12:04 +0000
committerGitHub <noreply@github.com>2018-03-21 11:12:04 +0000
commitc5ab3a1f543a29037c62266f9d87445e2a93904c (patch)
treeb924ec0f7e0ab7f835208c3d80c866c076fecb37
parent5144cb0b4f32324f5e761dcdc458360d3b71d811 (diff)
parentce8b9ffd2695b5806011a2a4fc06126fe7db2490 (diff)
downloadrspamd-c5ab3a1f543a29037c62266f9d87445e2a93904c.tar.gz
rspamd-c5ab3a1f543a29037c62266f9d87445e2a93904c.zip
Merge pull request #2097 from moisseev/favicon
[WebUI] Add link tag for favicon.ico
-rw-r--r--interface/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/index.html b/interface/index.html
index af9847ede..17f39b087 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
+ <link rel="shortcut icon" href="favicon.ico">
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/footable.bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="./css/d3evolution.css">