2023-03-18 22:26:32 -04:00
|
|
|
{
|
|
|
|
"<!DOCTYPE html>" disp newline
|
|
|
|
"<html>" disp newline
|
2023-03-18 22:39:20 -04:00
|
|
|
"<head><style>body {background-color: black;color: #ddd;} </style> </head>" disp newline
|
2023-03-18 22:26:32 -04:00
|
|
|
"<body>" disp newline
|
|
|
|
"<h1>nuqneH 'u'?</h1>" disp newline
|
|
|
|
"</body>" disp newline
|
|
|
|
"</html>" disp
|
|
|
|
} ":3333" servehttp
|