Spaces:
Build error
Build error
| | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <base href="/" /> | |
| <ResourcePreloader /> | |
| <link rel="stylesheet" href="@Assets["lib/bootstrap/dist/css/bootstrap.min.css"]" /> | |
| <link rel="stylesheet" href="@Assets["app.css"]" /> | |
| <link rel="stylesheet" href="@Assets["blazor.styles.css"]" /> | |
| <ImportMap /> | |
| <link rel="icon" type="image/png" href="favicon.png" /> | |
| <HeadOutlet /> | |
| </head> | |
| <body> | |
| <Routes /> | |
| <ReconnectModal /> | |
| <script src="@Assets["_framework/blazor.web.js"]"></script> | |
| </body> | |
| </html> | |