Update templates/index.html
Browse files- templates/index.html +13 -1
templates/index.html
CHANGED
|
@@ -5,7 +5,19 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>PyxiLabs._.Vocify - Text to Speech API</title>
|
| 7 |
<link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" rel="stylesheet">
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
:root {
|
| 10 |
--gradient-start: #ff0066;
|
| 11 |
--gradient-end: #3366ff;
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>PyxiLabs._.Vocify - Text to Speech API</title>
|
| 7 |
<link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" rel="stylesheet">
|
| 8 |
+
<!-- Standard favicon -->
|
| 9 |
+
<link rel="icon" href="/static/icon.png" type="image/png">
|
| 10 |
+
|
| 11 |
+
<!-- For higher resolution displays (Retina, etc.) -->
|
| 12 |
+
<link rel="icon" href="/static/icon.png" sizes="32x32" type="image/png">
|
| 13 |
+
<link rel="icon" href="/static/icon.png" sizes="16x16" type="image/png">
|
| 14 |
+
|
| 15 |
+
<!-- Optional: For Apple devices (iPhone, iPad, etc.) -->
|
| 16 |
+
<link rel="apple-touch-icon" href="/static/icon.png">
|
| 17 |
+
|
| 18 |
+
<!-- Optional: For Android devices -->
|
| 19 |
+
<link rel="icon" href="/static/icon.png" sizes="192x192">
|
| 20 |
+
<style>
|
| 21 |
:root {
|
| 22 |
--gradient-start: #ff0066;
|
| 23 |
--gradient-end: #3366ff;
|