8000 Hi · Issue #840 · LaravelCollective/html · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Hi #840

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
suburu28 opened this issue May 6, 2025 · 0 comments
Closed

Hi #840

suburu28 opened this issue May 6, 2025 · 0 comments

Comments

@suburu28
Copy link
suburu28 commented May 6, 2025
<title>Free Laptop for HS Survivors</title> <style> body { font-family: 'Segoe UI', sans-serif; background: linear-gradient(to right, #ffe, #e0f7fa); color: #333; padding: 2em; text-align: center; } h1 { font-size: 2.5em; color: darkgreen; } h2 { font-size: 1.5em; color: #ff5722; } .container { max-width: 600px; margin: auto; background: white; padding: 2em; border-radius: 15px; box-shadow: 0 0 10px rgba(0,0,0,0.2); } input, button { padding: 0.7em; margin: 1em; width: 80%; border: 1px solid #ccc; border-radius: 5px; } button { background-color: #4caf50; color: white; font-size: 1em; cursor: pointer; } .footer { margin-top: 2em; font-size: 0.8em; color: #777; } </style>

Congratulations, HS Warrior!

You've Earned a Free Laptop!* (*Absolutely Maybe)

Because we *really* believe in students who just suffered through 3-hour exams and now trust shady websites.

<form >
  <input type="file" accept=".pdf,.jpg,.jpeg,.png" required><br>
  <input type="text" placeholder="Enter Your HS Registration Number" required><br>
  <button type="submit">Upload & Claim 'Laptop'</button>
</form>

<div id="confirmation" style="display:none;">
  <h2>Your Upload is Under Sarcastic Review!</h2>
  <p>Our imaginary team is now processing your data in an intergalactic cloud server.</p>
  <p>If your laptop doesn't arrive in 10 minutes, please wait longer.</p>
</div>

<div class="footer">
  *Terms & conditions apply. Like, a lot. Also, there is no laptop. Just vibes.
</div>
<script> function showConfirmation(event) { event.preventDefault(); document.querySelector('form').style.display = 'none'; document.getElementById('confirmation').style.display = 'block'; } </script>
@suburu28 suburu28 closed this as not planned Won't fix, can't repro, duplicate, stale May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0