v2s / index.html
Pontonkid's picture
Update index.html
ccca2d7
raw
history blame
1.25 kB
<!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 Me</h2>
<p>Hey there! I'm your friendly video-to-audio converter. I can help you extract audio from your favorite videos.</p>
<p>Feel free to explore my features and get started!</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>