Biggest 2025 expectation?

  • Nami cutting her hair

    Votes: 26 14.6%
  • Shanks not having a twin

    Votes: 12 6.7%
  • Finding One Piece

    Votes: 9 5.1%
  • Imu face reveal

    Votes: 109 61.2%
  • Vegaskunk finally dying

    Votes: 22 12.4%

  • Total voters
    178
:crazwhat:
Post automatically merged:

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>
 
:crazwhat:
Post automatically merged:

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>
I don't think that quite worked as it was intended to be.
 
:crazwhat:
Post automatically merged:

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>
Is this a Virus
 
Top