|
{
|
|
"<!DOCTYPE html>" disp newline
|
|
"<html>" disp newline
|
|
"<head><style>body {background-color: black;color: #ddd;} </style> </head>" disp newline
|
|
"<body>" disp newline
|
|
"<h1>nuqneH 'u'?</h1>" disp newline
|
|
"</body>" disp newline
|
|
"</html>" disp
|
|
} ":3333" servehttp
|