Spaces:
Running
Running
Simplify favicon to single ICO file - final fix attempt
Browse files- index.html +1 -4
- public/favicon.ico +37 -1
- 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"
|
| 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
|
|