File manager - Edit - /home/lspgfcom/ltinexusgroup.com/index.html.tar
Back
home/lspgfcom/test.roadmenbd.com/index.html 0000644 00000003604 15235404120 0014770 0 ustar 00 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Be My Valentine?</title> <style> body { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; background-color: #ffebf0; font-family: Arial, sans-serif; text-align: center; } h1 { color: #d63384; } .buttons { margin-top: 20px; } button { padding: 10px 20px; font-size: 18px; border: none; cursor: pointer; margin: 10px; border-radius: 5px; } .yes-btn { background-color: #ff66b2; color: white; } .no-btn { background-color: #ccc; color: black; position: absolute; } </style> </head> <body> <h1>Will you be my Valentine? 💖</h1> <div class="buttons"> <button class="yes-btn" onclick="sayYes()">Yes</button> <button class="no-btn" onmouseover="moveNoButton()">No</button> </div> <p id="message"></p> <script> function sayYes() { document.getElementById('message').innerHTML = "Yay! You just made my day! ❤️😍"; document.querySelector('.no-btn').style.display = 'none'; } function moveNoButton() { let noButton = document.querySelector('.no-btn'); let x = Math.random() * (window.innerWidth - 100); let y = Math.random() * (window.innerHeight - 100); noButton.style.left = `${x}px`; noButton.style.top = `${y}px`; } </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings