31 lines
856 B
HTML
31 lines
856 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Webshop.App</title>
|
|
<base href="/" />
|
|
<link rel="preload" id="webassembly" />
|
|
<link rel="stylesheet" href="css/app.css" />
|
|
<link rel="icon" type="image/png" href="favicon.png" />
|
|
<link href="Webshop.App.styles.css" rel="stylesheet" />
|
|
<script type="importmap"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app" class="h-100">
|
|
Loading...
|
|
</div>
|
|
|
|
<div id="blazor-error-ui">
|
|
An unhandled error has occurred.
|
|
<a href="." class="reload">Reload</a>
|
|
<span class="dismiss">🗙</span>
|
|
</div>
|
|
<script src="_framework/blazor.webassembly#[.{fingerprint}].js"></script>
|
|
<script src="lib/bootstrap/js/bootstrap.js"></script>
|
|
</body>
|
|
|
|
</html>
|