|
|
|
|
@ -7,24 +7,29 @@
|
|
|
|
|
<title>MyCompanyName.MyProjectName.Blazor</title>
|
|
|
|
|
<base href="/" />
|
|
|
|
|
|
|
|
|
|
<link href="_content/Volo.Abp.AspNetCore.Components.WebAssembly.Theming/libs/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
|
<link href="_content/Volo.Abp.AspNetCore.Components.WebAssembly.Theming/libs/fontawesome/css/all.css" rel="stylesheet">
|
|
|
|
|
|
|
|
|
|
<!--ABP:Styles-->
|
|
|
|
|
<link href="_content/Blazorise/blazorise.css" rel="stylesheet" />
|
|
|
|
|
<link href="_content/Blazorise.Bootstrap/blazorise.bootstrap.css" rel="stylesheet" />
|
|
|
|
|
<link href="_content/Blazorise.Snackbar/blazorise.snackbar.css" rel="stylesheet" />
|
|
|
|
|
<link href="_content/Volo.Abp.AspNetCore.Components.WebAssembly.Theming/libs/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
|
|
|
|
|
<link href="_content/Volo.Abp.AspNetCore.Components.WebAssembly.Theming/libs/fontawesome/css/all.css" rel="stylesheet" />
|
|
|
|
|
<link href="_content/Volo.Abp.AspNetCore.Components.WebAssembly.Theming/libs/flag-icon/css/flag-icon.css" rel="stylesheet" />
|
|
|
|
|
<link href="_content/Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme/libs/abp/css/theme.css" rel="stylesheet" />
|
|
|
|
|
<!--/ABP:Styles-->
|
|
|
|
|
|
|
|
|
|
<link href="main.css" rel="stylesheet" />
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body class="abp-application-layout bg-light">
|
|
|
|
|
<div id="ApplicationContainer">Loading...</div>
|
|
|
|
|
|
|
|
|
|
<script src="_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js"></script>
|
|
|
|
|
<!--ABP:Scripts-->
|
|
|
|
|
<script src="_framework/blazor.webassembly.js"></script>
|
|
|
|
|
<script src="_content/Volo.Abp.AspNetCore.Components.WebAssembly/libs/abp/js/abp.js"></script>
|
|
|
|
|
<script src="_content/Blazorise/blazorise.js"></script>
|
|
|
|
|
<script src="_content/Blazorise.Bootstrap/blazorise.bootstrap.js"></script>
|
|
|
|
|
<script src="_content/Volo.Abp.AspNetCore.Components.WebAssembly/libs/abp/js/abp.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
<script src="_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js"></script>
|
|
|
|
|
<!--/ABP:Scripts-->
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|