Untitled
unknown
plain_text
5 months ago
843 B
3
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Jake is Gay</title> <style> body { font-family: Arial, sans-serif; background-color: #f0f8ff; color: #333; text-align: center; padding: 50px; } h1 { color: #ff69b4; } footer { margin-top: 50px; font-size: 0.8em; color: #777; } </style> </head> <body> <header> <h1>Jake is Gay</h1> </header> <main> <p>This website is dedicated to celebrating Jake's identity and promoting love and acceptance.</p> </main> <footer> <p>© 2024 Celebrate Identity</p> </footer> </body> </html>
Editor is loading...
Leave a Comment