This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head><meta charset="utf-8"><title>Love</title></head> | |
| <body style="background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;justify-content:center;align-items:center;height:100vh;margin:0;font-family:Georgia,serif"> | |
| <div style="text-align:center;color:white"> | |
| <div style="font-size:180px">❤️</div> | |
| <h1 style="font-size:100px;text-shadow:0 0 40px rgba(255,255,255,0.5);margin:0">I Love You G</h1> | |
| </div> | |
| </body> | |
| </html> |