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.
22 lines
435 B
22 lines
435 B
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<base href="/" />
|
||
|
<link href="css/app.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>
|