28 lines
836 B
HTML
28 lines
836 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>MissNationBlazorWASM</title>
|
|
<base href="/" />
|
|
<link href="_content/MissNationSharedUI/css/app.css" rel="stylesheet" />
|
|
<link href="_content/MissNationSharedUI/css/bootstrap/bootstrap.min.css" rel="stylesheet" />
|
|
<link href="MissNationBlazorWasm.Client.styles.css" rel="stylesheet" />
|
|
|
|
<!-- If you add any scoped CSS files, uncomment the following to load them
|
|
<link href="MissNationBlazorWASM.Client.styles.css" rel="stylesheet" /> -->
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app">Loading...</div>
|
|
|
|
<div id="blazor-error-ui">
|
|
An unhandled error has occurred.
|
|
<a href="" class="reload">Reload</a>
|
|
<a class="dismiss">🗙</a>
|
|
</div>
|
|
<script src="_framework/blazor.webassembly.js"></script>
|
|
</body>
|
|
|
|
</html>
|