| 12345678910111213141516171819202122 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Mikro</title>
- </head>
- <body>
- <slot />
- </body>
- <style>
- body {
- background-color: black;
- height: 100%
- width: 100%;
- font-family: Monospace;
- color: white;
- }
- </style>
- </html>
|