5a8a2da842
- Home Page - Custom Site Styles & Mud Theme Adjustments
28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<base href="/" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
|
|
<link href="_@Assets["content/MudBlazor.ThemeManager/MudBlazorThemeManager.css"]" rel="stylesheet" />
|
|
<link href=@Assets["_content/MudBlazor/MudBlazor.min.css"] rel="stylesheet" />
|
|
<link rel="stylesheet" href="@Assets["DeepDrftWeb.styles.css"]"/>
|
|
<link rel="stylesheet" href="styles/deepdrft-styles.css" />
|
|
<ImportMap />
|
|
<link rel="icon" type="image/ico" href="deepdrft-logo.ico" />
|
|
<HeadOutlet @rendermode="InteractiveAuto" />
|
|
</head>
|
|
|
|
<body>
|
|
<Routes @rendermode="InteractiveAuto" />
|
|
<script src="_framework/blazor.web.js"></script>
|
|
<script src=@Assets["_content/MudBlazor/MudBlazor.min.js"]></script>
|
|
<script src="js/webaudio.js"></script>
|
|
</body>
|
|
|
|
</html>
|