Spaces:
Running
Running
FIX: Use simple, reliable ICO favicon from Hugging Face - no more broken favicon
Browse files- index.html +2 -3
- public/favicon.ico +0 -0
- public/simple-favicon.svg +11 -0
index.html
CHANGED
|
@@ -2,9 +2,8 @@
|
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
-
<link rel="icon"
|
| 6 |
-
<link rel="icon" href="/favicon.ico" />
|
| 7 |
-
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📊</text></svg>" />
|
| 8 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 9 |
<title>@gradio/dataframe Demo</title>
|
| 10 |
</head>
|
|
|
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
| 6 |
+
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
|
|
|
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 8 |
<title>@gradio/dataframe Demo</title>
|
| 9 |
</head>
|
public/favicon.ico
CHANGED
|
|
|
|
public/simple-favicon.svg
ADDED
|
|