<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hype Piece Poll</title>
<style>
body { font-family: Arial, sans-serif; text-align: center; }
.poll-container { max-width: 400px; margin: 20px auto; padding: 20px; border: 1px solid #ccc; border-radius: 10px; }
button { margin-top: 10px; padding: 10px; cursor: pointer; }
</style>
</head>
<body>
<div class="poll-container">
<h2>Hype Piece Poll</h2>
<form id="pollForm">
<label><input type="radio" name="poll" value="Imu face reveal"> Imu face reveal</label><br>
<label><input type="radio" name="poll" value="Fear Loki devil fruit"> Fear Loki devil fruit</label><br>
<label><input type="radio" name="poll" value="Big Mom is alive"> Big Mom is alive</label><br>
<label><input type="radio" name="poll" value="Akainu moves"> Akainu moves</label><br>
<label><input type="radio" name="poll" value="Dragon moves"> Dragon moves</label><br>
<label><input type="radio" name="poll" value="Luffy and Loki clashes"> Luffy and Loki clashes</label><br>
<button type="submit">Vote</button>
</form>
<p id="message"></p>
</div>
<script>
document.getElementById("pollForm").addEventListener("submit", function(event) {
event.preventDefault();
document.getElementById("message").textContent = "Thank you for voting!";
});
</script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hype Piece Poll</title>
<style>
body { font-family: Arial, sans-serif; text-align: center; }
.poll-container { max-width: 400px; margin: 20px auto; padding: 20px; border: 1px solid #ccc; border-radius: 10px; }
button { margin-top: 10px; padding: 10px; cursor: pointer; }
</style>
</head>
<body>
<div class="poll-container">
<h2>Hype Piece Poll</h2>
<form id="pollForm">
<label><input type="radio" name="poll" value="Imu face reveal"> Imu face reveal</label><br>
<label><input type="radio" name="poll" value="Fear Loki devil fruit"> Fear Loki devil fruit</label><br>
<label><input type="radio" name="poll" value="Big Mom is alive"> Big Mom is alive</label><br>
<label><input type="radio" name="poll" value="Akainu moves"> Akainu moves</label><br>
<label><input type="radio" name="poll" value="Dragon moves"> Dragon moves</label><br>
<label><input type="radio" name="poll" value="Luffy and Loki clashes"> Luffy and Loki clashes</label><br>
<button type="submit">Vote</button>
</form>
<p id="message"></p>
</div>
<script>
document.getElementById("pollForm").addEventListener("submit", function(event) {
event.preventDefault();
document.getElementById("message").textContent = "Thank you for voting!";
});
</script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hype Piece Poll</title>
<style>
body { font-family: Arial, sans-serif; text-align: center; }
.poll-container { max-width: 400px; margin: 20px auto; padding: 20px; border: 1px solid #ccc; border-radius: 10px; }
button { margin-top: 10px; padding: 10px; cursor: pointer; }
</style>
</head>
<body>
<div class="poll-container">
<h2>Hype Piece Poll</h2>
<form id="pollForm">
<label><input type="radio" name="poll" value="Imu face reveal"> Imu face reveal</label><br>
<label><input type="radio" name="poll" value="Fear Loki devil fruit"> Fear Loki devil fruit</label><br>
<label><input type="radio" name="poll" value="Big Mom is alive"> Big Mom is alive</label><br>
<label><input type="radio" name="poll" value="Akainu moves"> Akainu moves</label><br>
<label><input type="radio" name="poll" value="Dragon moves"> Dragon moves</label><br>
<label><input type="radio" name="poll" value="Luffy and Loki clashes"> Luffy and Loki clashes</label><br>
<button type="submit">Vote</button>
</form>
<p id="message"></p>
</div>
<script>
document.getElementById("pollForm").addEventListener("submit", function(event) {
event.preventDefault();
document.getElementById("message").textContent = "Thank you for voting!";
});
</script>
</body>
</html>