<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>something silly</title> <style> html { color-scheme: dark; } </style> </head> <body> <h1>crispys blug</h1> <p> hello i might write some words here from time to time<br> </p> <p> i heard all the cool kids are doing it<br> </p> </body> </html>