Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <link rel="icon" type="image/svg+xml" href="/vite.svg" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <!-- index.html --> | |
| <meta http-equiv="Cache-Control" content="max-age=31536000"> | |
| <title>my-app</title> | |
| <script> | |
| window.global = window; | |
| </script> | |
| <!-- <script src="https://js.stripe.com/v3/"></script> --> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| <script type="module" src="/src/main.tsx"></script> | |
| </body> | |
| </html> | |