| <!doctype html> |
| <html lang="es"> |
| <head> |
| <meta charset="UTF-8" /> |
|
|
| |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> |
|
|
| |
| <link rel="manifest" href="/manifest.json" /> |
| <meta name="theme-color" content="#0047AB" /> |
|
|
| |
| <meta name="apple-mobile-web-app-capable" content="yes" /> |
| <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
| <meta name="apple-mobile-web-app-title" content="Hyper Reality" /> |
| <link rel="apple-touch-icon" href="/favicon.svg" /> |
|
|
| |
| <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
|
|
| <title>Hyper Reality Visualizer</title> |
| </head> |
| <body> |
| <div id="root"></div> |
| <script type="module" src="/src/main.tsx"></script> |
| </body> |
| </html> |
|
|