hmb HF Staff commited on
Commit
f3e56a9
·
1 Parent(s): 028ab76

Simplify favicon to single ICO file - final fix attempt

Browse files
Files changed (3) hide show
  1. index.html +1 -4
  2. public/favicon.ico +37 -1
  3. public/root-favicon.ico +37 -0
index.html CHANGED
@@ -2,10 +2,7 @@
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8" />
5
- <link rel="icon" type="image/png" sizes="32x32" href="./favicon.png" />
6
- <link rel="icon" type="image/x-icon" href="./favicon.ico" />
7
- <link rel="icon" type="image/svg+xml" href="./icon.svg" />
8
- <link rel="apple-touch-icon" href="./icon.svg" />
9
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
10
  <title>@gradio/dataframe Demo</title>
11
  </head>
 
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8" />
5
+ <link rel="icon" href="./favicon.ico" />
 
 
 
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  <title>@gradio/dataframe Demo</title>
8
  </head>
public/favicon.ico CHANGED
public/root-favicon.ico ADDED