diwash-barla commited on
Commit
8524b20
·
verified ·
1 Parent(s): 9159bf9

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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>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 {
@@ -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>