2025-06-19 21:50:35 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
2025-06-23 15:07:13 +02:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<base href="/" />
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
|
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
|
|
|
|
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
|
|
|
|
|
<link href="Bimix.UI.Web.styles.css" rel="stylesheet" />
|
|
|
|
|
|
|
|
|
|
<HeadOutlet />
|
2025-06-19 21:50:35 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2025-06-23 15:07:13 +02:00
|
|
|
<Bimix.UI.Shared.Components.Routes @rendermode="InteractiveServer" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="blazor-error-ui">
|
|
|
|
|
<environment include="Staging,Production">
|
|
|
|
|
An error has occurred. This application may no longer respond until reloaded.
|
|
|
|
|
</environment>
|
|
|
|
|
<environment include="Development">
|
|
|
|
|
An unhandled exception has occurred. See browser dev tools for details.
|
|
|
|
|
</environment>
|
|
|
|
|
<a href="" class="reload">Reload</a>
|
|
|
|
|
<a class="dismiss">🗙</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
2025-06-19 21:50:35 +02:00
|
|
|
<script src="_framework/blazor.web.js"></script>
|
2025-06-23 15:07:13 +02:00
|
|
|
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
|
2025-06-19 21:50:35 +02:00
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|