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.
 
 
 
 

34 lines
1.2 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="app.css" />
<link rel="stylesheet" href="BlazorFluentUI.styles.css" />
<link rel="stylesheet" href="bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="app-cutom.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 @rendermode="RenderMode.InteractiveServer"/>
<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>
@code {
public static string MESSAGE_TOP = "MESSAGE_TOP";
public static string MESSAGE_NAV_TOP = "MESSAGE_NAV_TOP";
}