Updating Mudblazor Version

This commit is contained in:
Jonathan
2025-04-27 19:34:50 -04:00
parent 38ff4e3e89
commit e820457176
153 changed files with 5010 additions and 2059 deletions
+7 -5
View File
@@ -5,8 +5,10 @@
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<title>IGP Fan Reference</title>
<meta name="description" content='"IMMORTAL: Gates of Pyre" Fan Reference Community Tool, such as build calculator, unit database and gameplay notes.'/>
<meta name="keywords" content="Immortal Build Calculator, Immortal Calculator, Immortal Database, Immortal Harass Calculator, Immortal Tools, IMMORTAL: Gates of Pyre Build Calculator, IMMORTAL: Gates of Pyre Calculator, IMMORTAL: Gates of Pyre Database, IMMORTAL: Gates of Pyre Harass Calculator, IMMORTAL: Gates of Pyre Tools"/>
<meta content='"IMMORTAL: Gates of Pyre" Fan Reference Community Tool, such as build calculator, unit database and gameplay notes.'
name="description"/>
<meta content="Immortal Build Calculator, Immortal Calculator, Immortal Database, Immortal Harass Calculator, Immortal Tools, IMMORTAL: Gates of Pyre Build Calculator, IMMORTAL: Gates of Pyre Calculator, IMMORTAL: Gates of Pyre Database, IMMORTAL: Gates of Pyre Harass Calculator, IMMORTAL: Gates of Pyre Tools"
name="keywords"/>
<base href="/"/>
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" rel="stylesheet">
@@ -16,8 +18,8 @@
<link href="manifest.json" rel="manifest"/>
<link href="icon-512.png" rel="apple-touch-icon" sizes="512x512"/>
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
<link rel="stylesheet" href="fontawesome-pro-6.1.1-web/css/fontawesome.min.css" />
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet"/>
<link href="fontawesome-pro-6.1.1-web/css/fontawesome.min.css" rel="stylesheet"/>
</head>
<body style="background-color: #161618; color: white;">
@@ -59,7 +61,7 @@
document.addEventListener("keydown", function (e) {
DotNetReference?.invokeMethodAsync('OnKeyPress', e.key, e.ctrlKey, e.shiftKey, e.altKey, e.metaKey)
});
</script>
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
<script>navigator.serviceWorker.register('service-worker.js');</script>