Add favicon (#2974)

* Add favicon.ico

* Add favicon to all html pages

* Cleanup favicon background
This commit is contained in:
Jaco Greeff
2016-10-29 19:06:33 +02:00
committed by Gav Wood
parent c24ac577fb
commit e304a2f3fe
13 changed files with 16 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="parity.ico" type="image/x-icon">
<title>dev::Parity.js</title>
</head>
<body>