index.html 389 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>NovaLive</title>
  6. <base href="/" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1" />
  8. <link rel="icon" type="image/x-icon" href="favicon.ico" />
  9. </head>
  10. <style>
  11. * {
  12. font-family: PingFang SC;
  13. }
  14. </style>
  15. <body>
  16. <app-root></app-root>
  17. </body>
  18. </html>