:octocat: add favorites icon

This commit is contained in:
Philip Schatz 2016-03-24 20:10:15 -04:00
parent cfe91299c6
commit ee1c1fdc07
3 changed files with 2 additions and 0 deletions

BIN
favicon32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -2,6 +2,7 @@
<html>
<head>
<link rel="stylesheet" href="./dist/app.css"/>
<link rel="shortcut icon" type="image/png" href="./favicon32.png">
</head>
<body>
<script src="./dist/bundle.js"></script>

View File

@ -21,6 +21,7 @@
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^2.5.0",
"extract-text-webpack-plugin": "^0.8.2",
"favico.js": "^0.3.10",
"file-loader": "^0.8.5",
"json-loader": "^0.5.4",
"less": "^2.5.3",