| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Video to Audio Converter</title> |
| <link rel="stylesheet" href="style.css"> |
| </head> |
| <body> |
| <header> |
| <div class="header-content"> |
| <h1>Welcome to Video to Audio Converter</h1> |
| </div> |
| </header> |
| <main> |
| <section class="about-me"> |
| <h2>About The Application </h2> |
| <p>Welcome to the Video to Audio Converter, your go-to tool for extracting audio from your favorite videos.</p> |
| <p>With this powerful converter, you can effortlessly transform video content into audio files. Explore our features and get started today!</p> |
| </section> |
| <section class="embedded-space"> |
| <h2>Video to Audio Converter</h2> |
| <div class="gradio-app"> |
| <script |
| type="module" |
| src="https://gradio.s3-us-west-2.amazonaws.com/3.47.1/gradio.js" |
| ></script> |
| <gradio-app src="https://pontonkid-video2audio.hf.space"></gradio-app> |
| </div> |
| </section> |
| </main> |
| <footer> |
| <p>Made with ❤️ by Joas</p> |
| </footer> |
| </body> |
| </html> |
|
|