File size: 1,347 Bytes
64a3e20 ef98d24 d285f05 ef98d24 d285f05 ccca2d7 ef98d24 ccca2d7 c3afa83 ccca2d7 d285f05 64a3e20 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
<!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">
<img src="your-logo.png" alt="Logo" class="logo">
<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>
|