index.neovan 450 B

123456789101112131415161718192021
  1. <contents>
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8">
  6. <title>NeoVan</title>
  7. <link rel="icon" href="/assets/logo.svg" type="image/svg+xml">
  8. </head>
  9. <body>
  10. <img src="/assets/logo.svg" alt="NeoVan logo">
  11. <h1>NeoVan</h1>
  12. </body>
  13. </html>
  14. <contents>
  15. <style>
  16. body{
  17. background: black;
  18. color: pink;
  19. }
  20. </style>