You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
650 B
HTML
27 lines
650 B
HTML
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="zh-cn">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>WaslApp</title>
|
||
|
<base href="/" />
|
||
|
<link href="css/app.css" rel="stylesheet" />
|
||
|
|
||
|
<!-- If you add any scoped CSS files, uncomment the following to load them
|
||
|
<link href="BlazorSharedDemo.WaslApp.styles.css" rel="stylesheet" />
|
||
|
-->
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="app">加载中...</div>
|
||
|
|
||
|
<div id="blazor-error-ui">
|
||
|
发生了一个未经处理的错误。
|
||
|
<a href="" class="reload">重新加载</a>
|
||
|
<a class="dismiss">🗙</a>
|
||
|
</div>
|
||
|
<script src="_framework/blazor.webassembly.js"></script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|