Updating Mudblazor Version
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user