| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <base href="" />
- <meta charset="utf-8" />
- <link rel="icon" type="image/x-icon" href="favicon.ico" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <title>INVERSIONES</title>
- <meta
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
- name="viewport"
- />
- <meta name="viewport" content="width=device-width" />
- <script
- src="https://kit.fontawesome.com/22ac039de1.js"
- crossorigin="anonymous"
- ></script>
- <!-- Fonts and icons -->
- <link
- href="https://fonts.googleapis.com/css?family=Roboto:400,700,300|Material+Icons"
- rel="stylesheet"
- type="text/css"
- />
- <link
- href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap"
- rel="stylesheet"
- />
- <link
- href="https://fonts.googleapis.com/icon?family=Material+Icons"
- rel="stylesheet"
- />
- </head>
- <body>
- <app-root> </app-root>
- </body>
- </html>
|