Spaces:
Running
Running
| <html lang="en" class="dark"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Gov Workflow OpenEnv Console</title> | |
| <link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;900&family=Inter:wght@400;600;700&display=swap" rel="stylesheet" /> | |
| <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet" /> | |
| </head> | |
| <body> | |
| <div id="app-root" class="app-root"> | |
| <div class="boot">Loading frontend...</div> | |
| </div> | |
| <script type="module" src="/src/main.jsx"></script> | |
| </body> | |
| </html> | |