Download Memes Coding 2024
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Download Memes</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f8f9fa;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
text-align: center;
background-color: #ffffff;
border-radius: 10px;
padding: 20px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
h1 {
color: #333333;
margin-bottom: 20px;
}
label {
font-weight: bold;
display: block;
margin-bottom: 10px;
}
select {
padding: 8px;
border: 1px solid #ced4da;
border-radius: 5px;
margin-bottom: 20px;
}
button {
padding: 10px 20px;
background-color: #ff6b6b;
color: #ffffff;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #e74c3c;
}
.logo {
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="container">
<img class="logo" src="https://images.ctfassets.net/az3stxsro5h5/3l0g78mbSCzeETEhCUbxWh/59b09faffd302d3c024f987bb0555ce4/Nov29-Trending-The-Biggest-Memes-Horizontal.png?w=920&h=800&q=50&fm=png" alt="Logo" width="150">
<h1>Download Memes</h1>
<form action="https://www.youtube.com/@techpk3013" method="post" target="_blank">
<label for="category">Select Category:</label><br>
<select id="category" name="category">
<option value="funny">Funny</option>
<option value="cute">Cute</option>
<option value="sarcastic">Sarcastic</option>
<option value="random">Random</option>
</select>
<br><br>
<button type="submit">Download Memes</button>
</form>
</div>
</body>
</html>
Comments
Post a Comment