Siteβ―Builder
Editing:
eye.html
writable 0666
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Download Promptinator</title> <style> html, body { height: 100%; margin: 0; display: flex; align-items: center; justify-content: center; background-color: #111; } .eye { width: 300px; height: 300px; border-radius: 50%; background-color: #ff0000; box-shadow: 0 0 0 10px #cc0000, 0 0 0 20px #990000, 0 0 0 30px #660000, 0 0 40px rgba(255, 0, 0, 0.6), inset 0 0 20px rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; } .eye a { color: #fff; font-family: sans-serif; font-size: 1.2rem; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; padding: 0.5em 1em; background: rgba(0, 0, 0, 0.3); border-radius: 4px; transition: background 0.3s; } .eye a:hover { background: rgba(0, 0, 0, 0.6); } </style> </head> <body> <div class="eye"> <a href="Promptinator.zip" download>Download Promptinator</a> </div> </body> </html>
Save changes
Create folder
writable 0777
Create
Cancel