Spaces:
Running
Running
| <html lang="es" class="h-full"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>CoinTube</title> | |
| <link rel="stylesheet" href="/index.css"> | |
| </head> | |
| <body class="bg-gray-900 text-white h-full"> | |
| <div id="root" class="h-full w-full"></div> | |
| <script type="module" src="/main.jsx"></script> | |
| </body> | |
| </html> |