Skip to content

Commit

Permalink
Who needs .ico anyway. png ftw
Browse files Browse the repository at this point in the history
  • Loading branch information
einars committed May 31, 2012
1 parent ad70817 commit 154e81c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed favicon.ico
Binary file not shown.
Binary file added favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta charset="utf-8">
<title>Online JavaScript beautifier</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" href="favicon.png" type="image/png">
<script src="third-party/codemirror2/lib/codemirror.js"></script>
<script src="third-party/codemirror2/mode/javascript/javascript.js"></script>
<link rel="stylesheet" href="third-party/codemirror2/lib/codemirror.css">
Expand Down

0 comments on commit 154e81c

Please sign in to comment.