Set favicon
Summary: Added a favicon so that Flipper tab is recognisable Reviewed By: nikoant Differential Revision: D33296434 fbshipit-source-id: 8801c6d0333db5dc9d38f2ff92c86f03386591c7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
54dacb7e5d
commit
b1162a47c5
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="icon" href="icon.png">
|
||||
<link id="flipper-theme-import" rel="stylesheet">
|
||||
<title>Flipper</title>
|
||||
<script>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link id="flipper-theme-import" rel="stylesheet">
|
||||
<link rel="icon" href="icon.png">
|
||||
<title>Flipper</title>
|
||||
<script>
|
||||
window.flipperConfig = {
|
||||
|
||||
Reference in New Issue
Block a user