index.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <base href="" />
  5. <meta charset="utf-8" />
  6. <link rel="icon" type="image/x-icon" href="favicon.ico" />
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  8. <title>INVERSIONES</title>
  9. <meta
  10. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
  11. name="viewport"
  12. />
  13. <meta name="viewport" content="width=device-width" />
  14. <script
  15. src="https://kit.fontawesome.com/22ac039de1.js"
  16. crossorigin="anonymous"
  17. ></script>
  18. <!-- Fonts and icons -->
  19. <link
  20. href="https://fonts.googleapis.com/css?family=Roboto:400,700,300|Material+Icons"
  21. rel="stylesheet"
  22. type="text/css"
  23. />
  24. <link
  25. href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap"
  26. rel="stylesheet"
  27. />
  28. <link
  29. href="https://fonts.googleapis.com/icon?family=Material+Icons"
  30. rel="stylesheet"
  31. />
  32. </head>
  33. <body>
  34. <app-root> </app-root>
  35. </body>
  36. </html>