Untitled
unknown
plain_text
2 years ago
614 B
4
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ACNR's Personal Page</title> <style> body { background-color: purple; color: white; font-family: Arial, sans-serif; text-align: center; margin: 50px; } h1 { font-size: 2em; } p { font-size: 1.2em; } </style> </head> <body> <h1>ACNR</h1> <p>ASLP</p> <p>Welcome to my personal webpage!</p> </body> </html>
Editor is loading...
Leave a Comment