Added favicon (#213)

* added favicon

* deleted local favicon
This commit is contained in:
Yining Shi 2016-11-26 18:10:03 -05:00 committed by Cassie Tarakajian
parent ce402c413f
commit 62409a3bf8

View file

@ -10,6 +10,7 @@ export function renderIndex() {
${process.env.NODE_ENV === 'production' ? `<link rel='stylesheet' href='/dist/${assetsManifest['/app.css']}' />` : ''}
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel='shortcut icon' href='https://raw.githubusercontent.com/processing/p5.js-website-OLD/master/favicon.ico' type='image/x-icon'/ >
</head>
<body>
<div id="root" class="root-app">