|
|
|
@ -4,40 +4,40 @@
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<base href="~/" />
|
|
|
|
|
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
|
|
|
|
|
<link href="css/site.css" rel="stylesheet" />
|
|
|
|
|
<link href="BlazorTp1.styles.css" rel="stylesheet" />
|
|
|
|
|
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
@RenderBody()
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<script src="_framework/blazor.server.js"></script>
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
|
|
|
|
|
|
|
|
|
|
<link href="_content/Blazorise/blazorise.css" rel="stylesheet" />
|
|
|
|
|
<link href="_content/Blazorise.Bootstrap/blazorise.bootstrap.css" rel="stylesheet" />
|
|
|
|
|
|
|
|
|
|
<link href="_content/Blazored.Modal/blazored-modal.css" rel="stylesheet" />
|
|
|
|
|
<script src="_content/Blazored.Modal/blazored.modal.js"></script>
|
|
|
|
|
|
|
|
|
|
<script src="Components/Crafting.razor.js"></script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<base href="~/" />
|
|
|
|
|
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
|
|
|
|
|
<link href="css/site.css" rel="stylesheet" />
|
|
|
|
|
<link href="BlazorTp1.styles.css" rel="stylesheet" />
|
|
|
|
|
<link href="_content/Blazored.Modal/blazored-modal.css" rel="stylesheet" />
|
|
|
|
|
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
@RenderBody()
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<script src="_framework/blazor.server.js"></script>
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
|
|
|
|
|
|
|
|
|
|
<link href="_content/Blazorise/blazorise.css" rel="stylesheet" />
|
|
|
|
|
<link href="_content/Blazorise.Bootstrap/blazorise.bootstrap.css" rel="stylesheet" />
|
|
|
|
|
|
|
|
|
|
<script src="_content/Blazored.Modal/blazored.modal.js"></script>
|
|
|
|
|
|
|
|
|
|
<script src="Components/Crafting.razor.js"></script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|