This commit is contained in:
Jamie Wong 2018-01-07 08:32:40 -08:00
parent 33b305191d
commit 3a235036b5
5 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>speedscope</title> <title>speedscope</title>
<link rel="stylesheet" href="reset.css"> <link rel="stylesheet" href="reset.css">
</style> <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -6,7 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>speedscope</title> <title>speedscope</title>
<link rel="stylesheet" href="reset.css"> <link rel="stylesheet" href="reset.css">
</style> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>