CINXE.COM

grorg

<!DOCTYPE html> <html> <head> <title>grorg</title> <style> body { background-color: black; color: white; margin: 0; height: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; font-family: system-ui, sans-serif; font-size: 50px; font-size: 10vh; } </style> </head> <body> <p>disappear</p> </body> </html>