UI styling. and streamline.
This commit is contained in:
@@ -4,16 +4,23 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>BattSim</title>
|
||||
<title>BattSim - Energie Simulator</title>
|
||||
<base href="/" />
|
||||
<link rel="preload" id="webassembly" />
|
||||
|
||||
<!-- Main CSS with theme -->
|
||||
<link rel="stylesheet" href="css/site.css" />
|
||||
<link rel="stylesheet" href="css/app.css" />
|
||||
<!-- If you add any scoped CSS files, uncomment the following to load them
|
||||
<link href="BattSim.styles.css" rel="stylesheet" /> -->
|
||||
|
||||
<!-- Radzen Blazor CSS -->
|
||||
<link href="_content/Radzen.Blazor/css/default.css" rel="stylesheet">
|
||||
|
||||
<!-- Google Fonts fallback if custom fonts not available -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Righteous&display=swap" rel="stylesheet">
|
||||
|
||||
<link href="manifest.webmanifest" rel="manifest" />
|
||||
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
|
||||
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
|
||||
<link rel="stylesheet" href="_content/Radzen.Blazor/css/default.css">
|
||||
<script type="importmap"></script>
|
||||
</head>
|
||||
|
||||
@@ -31,6 +38,7 @@
|
||||
<a href="." class="reload">Reload</a>
|
||||
<span class="dismiss">🗙</span>
|
||||
</div>
|
||||
|
||||
<script src="_framework/blazor.webassembly#[.{fingerprint}].js"></script>
|
||||
<script>navigator.serviceWorker.register('service-worker.js', { updateViaCache: 'none' });</script>
|
||||
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user