Spaces:
Running
Running
GOWREESH M G commited on
Update templates/index.html
Browse files- templates/index.html +9 -2
templates/index.html
CHANGED
|
@@ -5,9 +5,16 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
| 6 |
<title>RetinaScan</title>
|
| 7 |
|
| 8 |
-
<!-- APP ICONS
|
|
|
|
| 9 |
<link rel="icon" type="image/svg+xml" href="/static/logo.svg">
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
<meta name="apple-mobile-web-app-title" content="RetinaScan">
|
| 12 |
<meta name="apple-mobile-web-app-capable" content="yes">
|
| 13 |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
| 6 |
<title>RetinaScan</title>
|
| 7 |
|
| 8 |
+
<!-- APP ICONS -->
|
| 9 |
+
<!-- Browser Tab Icon (SVG is fine here) -->
|
| 10 |
<link rel="icon" type="image/svg+xml" href="/static/logo.svg">
|
| 11 |
+
|
| 12 |
+
<!-- iOS Home Screen Icon (MUST BE PNG) -->
|
| 13 |
+
<link rel="apple-touch-icon" href="/static/logo.png">
|
| 14 |
+
|
| 15 |
+
<!-- Android/PWA Manifest -->
|
| 16 |
+
<link rel="manifest" href="/static/manifest.json">
|
| 17 |
+
|
| 18 |
<meta name="apple-mobile-web-app-title" content="RetinaScan">
|
| 19 |
<meta name="apple-mobile-web-app-capable" content="yes">
|
| 20 |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|