8b8796fc58
TrackCard, TracksGallery, DDIcons, DeepDrftPalettes (Default+Cms), DeepDrftFontLinks, and palette CSS tokens extracted. Both hosts and DeepDrftCms reference the shared RCL.
23 lines
688 B
Plaintext
23 lines
688 B
Plaintext
@using DeepDrftShared.Client.Components
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<base href="/" />
|
|
<DeepDrftFontLinks />
|
|
<link href=@Assets["_content/MudBlazor/MudBlazor.min.css"] rel="stylesheet" />
|
|
<link rel="stylesheet" href="@Assets["_content/DeepDrftShared.Client/styles/deepdrft-tokens.css"]" />
|
|
<ImportMap />
|
|
<link rel="icon" type="image/ico" href="deepdrft-logo.ico" />
|
|
<HeadOutlet />
|
|
</head>
|
|
|
|
<body>
|
|
<Routes />
|
|
<script src="_framework/blazor.web.js"></script>
|
|
<script src=@Assets["_content/MudBlazor/MudBlazor.min.js"]></script>
|
|
</body>
|
|
</html>
|