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
1.0 KiB
28 lines
1.0 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<FluentDesignTheme StorageName="theme" />
|
|
|
|
<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" />
|
|
<link rel="stylesheet" href="/fluentcustom.css" />
|
|
<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" />
|
|
<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>
|
|
<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>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|