mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 00:41:30 +08:00
29 lines
935 B
HTML
29 lines
935 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||
|
<title>AntDesign.Tests.Authentication</title>
|
||
|
<base href="/" />
|
||
|
|
||
|
<link href="css/app.css" rel="stylesheet" />
|
||
|
<link href="AntDesign.TestApp.Client.styles.css" rel="stylesheet" />
|
||
|
<link href="_content/AntDesign/css/ant-design-blazor.css" rel="stylesheet">
|
||
|
<script src="_content/AntDesign/js/ant-design-blazor.js"></script>
|
||
|
</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="_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js"></script>
|
||
|
<script src="_framework/blazor.webassembly.js"></script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|