index.html 571 B

123456789101112131415161718192021
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>DnDTools</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. <!-- <link
  10. href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"
  11. rel="stylesheet"
  12. /> -->
  13. <link
  14. href="https://fonts.googleapis.com/icon?family=Material+Icons"
  15. rel="stylesheet"
  16. />
  17. </head>
  18. <body>
  19. <app-root></app-root>
  20. </body>
  21. </html>