Delete Bootstrap complitly and adapted some Sites

This commit is contained in:
2026-02-25 22:55:26 +01:00
parent 44cbfc9c55
commit b316a882c5
52 changed files with 79 additions and 59824 deletions
+1 -3
View File
@@ -4,8 +4,6 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="/" />
<link rel="stylesheet" href="@Assets["lib/bootstrap/dist/css/bootstrap.min.css"]" />
<link rel="stylesheet" href="@Assets["app.css"]" />
<link rel="stylesheet" href="@Assets["CouchLog.styles.css"]" />
<ImportMap />
<HeadOutlet />
@@ -17,7 +15,7 @@
</head>
<body>
<Routes @rendermode="InteractiveServer"/>
<Routes/>
<script src="_framework/blazor.web.js"></script>
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
</body>