Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +12 -5
templates/index.html
CHANGED
|
@@ -2,12 +2,18 @@
|
|
| 2 |
<html lang="en" data-bs-theme="dark">
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
-
<title>
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
<
|
| 10 |
-
<link rel="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
|
| 12 |
<style>
|
| 13 |
:root {
|
|
@@ -70,6 +76,7 @@
|
|
| 70 |
</style>
|
| 71 |
</head>
|
| 72 |
<body>
|
|
|
|
| 73 |
<div class="container py-4">
|
| 74 |
<div id="inputPage" class="page active">
|
| 75 |
<h2 class="text-center mb-4">🎬 AI Video Generator</h2>
|
|
|
|
| 2 |
<html lang="en" data-bs-theme="dark">
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
+
<title>Bytez Spark AI</title>
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 7 |
+
|
| 8 |
+
<!-- PWA and Theme Settings -->
|
| 9 |
+
<meta name="theme-color" content="#1a1a1a">
|
| 10 |
+
<link rel="manifest" href="/manifest.json">
|
| 11 |
+
|
| 12 |
+
<!-- Icons -->
|
| 13 |
+
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">
|
| 14 |
+
<link rel="apple-touch-icon" href="/static/icon-512x512.png">
|
| 15 |
+
|
| 16 |
+
<!-- Stylesheets -->
|
| 17 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
|
| 18 |
<style>
|
| 19 |
:root {
|
|
|
|
| 76 |
</style>
|
| 77 |
</head>
|
| 78 |
<body>
|
| 79 |
+
<!-- आपके Body का हिस्सा यहाँ से शुरू होता है, इसमें कोई बदलाव नहीं है -->
|
| 80 |
<div class="container py-4">
|
| 81 |
<div id="inputPage" class="page active">
|
| 82 |
<h2 class="text-center mb-4">🎬 AI Video Generator</h2>
|