Adds css styles

This commit is contained in:
Beau Findlay
2026-01-30 22:34:40 +00:00
parent e28a2eabd3
commit ee136857d1
8 changed files with 837 additions and 3 deletions

View File

@@ -6,9 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="/" />
<ResourcePreloader />
<link rel="stylesheet" href="@Assets["lib/bootstrap/dist/css/bootstrap.min.css"]" />
<link rel="stylesheet" href="@Assets["app.css"]" />
<link rel="stylesheet" href="@Assets["BlazorApp.styles.css"]" />
<link rel="stylesheet" href="css/app.css" />
<ImportMap />
<link rel="icon" type="image/png" href="favicon.png" />
<HeadOutlet />