| 123456789101112131415161718192021 |
- <contents>
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>NeoVan</title>
- <link rel="icon" href="/assets/logo.svg" type="image/svg+xml">
- </head>
- <body>
- <img src="/assets/logo.svg" alt="NeoVan logo">
- <h1>NeoVan</h1>
- </body>
- </html>
- <contents>
- <style>
- body{
- background: black;
- color: pink;
- }
- </style>
|