Skip to content

Commit

Permalink
add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyashubin committed Nov 1, 2015
1 parent d08534c commit f257f69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added dist/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<title>Filter Blend - CSS blend modes and filters playground</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="stylesheet" href="css/main.concat.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="/favicon.png" sizes="32x32"><link rel="stylesheet" href="css/main.concat.css"/>
</head>
<body>
<div class="github-badge"><a href="https://github.com/ilyashubin/FilterBlend" target="_blank" style="position: absolute; top: 0; right: 0; border: 0;"><img src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"></a></div>
Expand Down
1 change: 1 addition & 0 deletions src/views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ html
meta(charset='utf-8')
meta(http-equiv="X-UA-Compatible", content="IE=edge")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
link(rel="icon" type="image/png" href="/favicon.png" sizes="32x32")

+styles

Expand Down

0 comments on commit f257f69

Please sign in to comment.