<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Video Hub - Creative Media</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <header>
        <h1>Video Hub</h1>
        <p>Explore Creative Media</p>
    </header>

    <main>
        <section class="video-container">
            <h2>Featured Video</h2>
            <div class="video-wrapper">
                <iframe src="https://vidmoly.to/embed-t131kjpfyvwt.html" frameborder="0" allowfullscreen></iframe>
            </div>
        </section>
    </main>

    <footer>
        <p>&copy; 2025 Video Hub. All rights reserved.</p>
    </footer>
</body>
</html>