<!DOCTYPE html> <html> <head> <title>Julius' meme corner</title> <style> html { color-scheme: light dark; } body { width: 35em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, sans-serif; } </style> </head> <body> <h1>Welcome to my site!</h1> <p>There's absolutely nothing here for now...</p> <p>I'm working on it trust me!</p> </body> </html>