Pontonkid commited on
Commit
ccca2d7
·
1 Parent(s): 790cebc

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +25 -10
index.html CHANGED
@@ -7,16 +7,31 @@
7
  <link rel="stylesheet" href="style.css">
8
  </head>
9
  <body>
10
- <div class="container">
11
- <h1>Video to Audio Converter</h1>
12
- <div class="gradio-app">
13
- <script
14
- type="module"
15
- src="https://gradio.s3-us-west-2.amazonaws.com/3.47.1/gradio.js"
16
- ></script>
17
- <gradio-app src="https://pontonkid-video2audio.hf.space"></gradio-app>
18
  </div>
19
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  </body>
21
  </html>
22
-
 
7
  <link rel="stylesheet" href="style.css">
8
  </head>
9
  <body>
10
+ <header>
11
+ <div class="header-content">
12
+ <img src="your-logo.png" alt="Logo" class="logo">
13
+ <h1>Welcome to Video to Audio Converter</h1>
 
 
 
 
14
  </div>
15
+ </header>
16
+ <main>
17
+ <section class="about-me">
18
+ <h2>About Me</h2>
19
+ <p>Hey there! I'm your friendly video-to-audio converter. I can help you extract audio from your favorite videos.</p>
20
+ <p>Feel free to explore my features and get started!</p>
21
+ </section>
22
+ <section class="embedded-space">
23
+ <h2>Video to Audio Converter</h2>
24
+ <div class="gradio-app">
25
+ <script
26
+ type="module"
27
+ src="https://gradio.s3-us-west-2.amazonaws.com/3.47.1/gradio.js"
28
+ ></script>
29
+ <gradio-app src="https://pontonkid-video2audio.hf.space"></gradio-app>
30
+ </div>
31
+ </section>
32
+ </main>
33
+ <footer>
34
+ <p>Made with ❤️ by Joas</p>
35
+ </footer>
36
  </body>
37
  </html>