Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +3 -2
templates/index.html
CHANGED
|
@@ -5,8 +5,9 @@
|
|
| 5 |
<title>AI Video Generator</title>
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 7 |
<meta name="theme-color" content="#111111">
|
| 8 |
-
<link rel="manifest" href="/manifest.json">
|
| 9 |
-
|
|
|
|
| 10 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
|
| 11 |
<style>
|
| 12 |
:root {
|
|
|
|
| 5 |
<title>AI Video Generator</title>
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 7 |
<meta name="theme-color" content="#111111">
|
| 8 |
+
<link rel="manifest" href="/static/manifest.json">
|
| 9 |
+
<link rel="apple-touch-icon" href="/static/icon-512x512.png">
|
| 10 |
+
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">
|
| 11 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
|
| 12 |
<style>
|
| 13 |
:root {
|