Meta Description" name="description" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Funny Funda</title>
<style>
body {
margin:0;
font-family: Arial;
background:#0f0f0f;
color:white;
}
header {
background:black;
padding:15px;
display:flex;
justify-content:space-between;
}
header h1 {
color:yellow;
}
nav a {
color:white;
margin:10px;
text-decoration:none;
}
.hero {
text-align:center;
padding:50px;
}
button {
background:red;
color:white;
padding:10px 20px;
border:none;
}
.videos {
display:flex;
flex-wrap:wrap;
justify-content:center;
}
.video {
margin:15px;
}
footer {
text-align:center;
padding:20px;
background:black;
}
</style>
</head>
<body>
<header>
<h1>π Funny Funda</h1>
<nav>
<a href="#">Home</a>
<a href="#videos">Videos</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section class="hero">
<h2>Welcome to Funny Funda π</h2>
<p>Daily funny videos for entertainment</p>
<a href="https://youtube.com" target="_blank">
<button>Subscribe Now</button>
</a>
</section>
<section id="videos">
<h2 style="text-align:center;">Latest Videos</h2>
<div class="videos">
<div class="video">
<iframe width="300" height="200"
src="https://www.youtube.com/embed/YOUR_VIDEO_ID"></iframe>
</div>
<div class="video">
<iframe width="300" height="200"
src="https://www.youtube.com/embed/YOUR_VIDEO_ID"></iframe>
</div>
</div>
</section>
<section id="about" style="text-align:center; padding:40px;">
<h2>About</h2>
<p>Funny Funda ek comedy channel hai jahan daily funny content milta hai π</p>
</section>
<section id="contact" style="text-align:center; padding:40px;">
<h2>Contact</h2>
<p>Email: your@email.com</p>
</section>
<footer>
<p>Β© 2026 Funny Funda</p>
</footer>
</body>
</html>29
8
1029KB
7240KB
108.0ms
204.0ms
1,321.0ms