Files
BlazorSvgComponents/samples/HeatMap/Components/App.razor
2026-01-07 22:03:22 +08:00

23 lines
556 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="/" />
<ResourcePreloader />
<link rel="stylesheet" href="@Assets["app.css"]" />
<link rel="stylesheet" href="@Assets["HeatMap.styles.css"]" />
<link rel="stylesheet" href="@Assets["tailwind.g.css"]" />
<ImportMap />
<HeadOutlet />
</head>
<body>
<Routes />
<ReconnectModal />
<script src="@Assets["_framework/blazor.web.js"]"></script>
</body>
</html>