mirror of
https://github.com/Megghy/MegghysAPI.git
synced 2025-12-06 14:16:56 +08:00
25 lines
727 B
Plaintext
25 lines
727 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="zh-cn">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<base href="/" />
|
|
<link rel="stylesheet" href="@Assets["app.css"]" />
|
|
<link rel="stylesheet" href="@Assets["MegghysAPI.styles.css"]" />
|
|
<ImportMap />
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
|
<HeadOutlet />
|
|
|
|
<script src="_content/Microsoft.FluentUI.AspNetCore.Components/js/loading-theme.js" type="text/javascript"></script>
|
|
<loading-theme storage-name="theme"></loading-theme>
|
|
</head>
|
|
|
|
<body>
|
|
<Routes />
|
|
<FluentDesignTheme StorageName="theme" />
|
|
<script src="_framework/blazor.web.js"></script>
|
|
</body>
|
|
|
|
</html>
|