You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1009 B

10 months ago
<!DOCTYPE html>
<html lang="en">
<FluentDesignTheme StorageName="theme" />
10 months ago
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="/" />
<link rel="stylesheet" href="bootstrap/bootstrap.min.css" />
10 months ago
<link rel="stylesheet" href="app.css" />
<link rel="stylesheet" href="BlazorFluentUI.styles.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link href="_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css" rel="stylesheet" />
10 months ago
<HeadOutlet />
</head>
<body>
<Routes />
<script src="_content/Microsoft.FluentUI.AspNetCore.Components/js/loading-theme.js" type="text/javascript"></script>
<loading-theme storage-name="theme"></loading-theme>
10 months ago
<script src="_framework/blazor.web.js"></script>
<script src="_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js" type="module" async></script>
10 months ago
</body>
</html>