Skip to content

Commit

Permalink
push to github-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Valery-a committed May 5, 2024
0 parents commit 444191b
Show file tree
Hide file tree
Showing 242 changed files with 1,569 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
39 changes: 39 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Single Page Apps for GitHub Pages</title>
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
// ----------------------------------------------------------------------
// This script takes the current url and converts the path and query
// string into just a query string, and then redirects the browser
// to the new url with only a query string and hash fragment,
// e.g. http://www.foo.tld/one/two?a=b&c=d#qwe, becomes
// http://www.foo.tld/roguelike-dungeon-game/?p=/one/two&q=a=b~and~c=d#qwe
// Note: this 404.html file must be at least 512 bytes for it to work
// with Internet Explorer (it is currently > 512 bytes)

// If you're creating a Project Pages site and NOT using a custom domain,
// then set segmentCount to 1 (enterprise users may need to set it to > 1).
// This way the code will only replace the route part of the path, and not
// the real directory in which the app resides, for example:
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
// https://username.github.io/repo-name/roguelike-dungeon-game/?p=/one/two&q=a=b~and~c=d#qwe
// Otherwise, leave segmentCount as 0.
var segmentCount = 0;
var l = window.location;
l.replace(
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
l.pathname.split('/').slice(0, 1 + segmentCount).join('/') + '/roguelike-dungeon-game/?p=/' +
l.pathname.slice(1).split('/').slice(segmentCount).join('/').replace(/&/g, '~and~') +
(l.search ? '&q=' + l.search.slice(1).replace(/&/g, '~and~') : '') +
l.hash
);
</script>
</head>
<body>
</body>
</html>
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Valery-a
153 changes: 153 additions & 0 deletions Valery-s-WebDungeon.styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-g3uh5xln6l] {
position: relative;
display: flex;
flex-direction: column;
}

main[b-g3uh5xln6l] {
flex: 1;
}

.sidebar[b-g3uh5xln6l] {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-g3uh5xln6l] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}

.top-row[b-g3uh5xln6l] a, .top-row[b-g3uh5xln6l] .btn-link {
white-space: nowrap;
margin-left: 1.5rem;
text-decoration: none;
}

.top-row[b-g3uh5xln6l] a:hover, .top-row[b-g3uh5xln6l] .btn-link:hover {
text-decoration: underline;
}

.top-row[b-g3uh5xln6l] a:first-child {
overflow: hidden;
text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
.top-row:not(.auth)[b-g3uh5xln6l] {
display: none;
}

.top-row.auth[b-g3uh5xln6l] {
justify-content: space-between;
}

.top-row[b-g3uh5xln6l] a, .top-row[b-g3uh5xln6l] .btn-link {
margin-left: 0;
}
}

@media (min-width: 641px) {
.page[b-g3uh5xln6l] {
flex-direction: row;
}

.sidebar[b-g3uh5xln6l] {
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}

.top-row[b-g3uh5xln6l] {
position: sticky;
top: 0;
z-index: 1;
}

.top-row.auth[b-g3uh5xln6l] a:first-child {
flex: 1;
text-align: right;
width: 0;
}

.top-row[b-g3uh5xln6l], article[b-g3uh5xln6l] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fjv4lrbp00] {
background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fjv4lrbp00] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fjv4lrbp00] {
font-size: 1.1rem;
}

.oi[b-fjv4lrbp00] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}

.nav-item[b-fjv4lrbp00] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-fjv4lrbp00] {
padding-top: 1rem;
}

.nav-item:last-of-type[b-fjv4lrbp00] {
padding-bottom: 1rem;
}

.nav-item[b-fjv4lrbp00] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}

.nav-item[b-fjv4lrbp00] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}

.nav-item[b-fjv4lrbp00] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}

@media (min-width: 641px) {
.navbar-toggler[b-fjv4lrbp00] {
display: none;
}

.collapse[b-fjv4lrbp00] {
/* Never collapse the sidebar for wide screens */
display: block;
}

.nav-scrollable[b-fjv4lrbp00] {
/* Allow sidebar to scroll for tall menus */
height: calc(100vh - 3.5rem);
overflow-y: auto;
}
}

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.AspNetCore.Components.dll
Binary file not shown.
Binary file added _framework/Microsoft.AspNetCore.Components.dll.br
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.CSharp.dll
Binary file not shown.
Binary file added _framework/Microsoft.CSharp.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.CSharp.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.dll
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.dll
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Primitives.dll
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Primitives.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Primitives.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.WebAssembly.dll
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.WebAssembly.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.WebAssembly.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.dll
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.dll.gz
Binary file not shown.
Binary file added _framework/Newtonsoft.Json.dll
Binary file not shown.
Binary file added _framework/Newtonsoft.Json.dll.br
Binary file not shown.
Binary file added _framework/Newtonsoft.Json.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.dll
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.dll.br
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.NonGeneric.dll
Binary file not shown.
Binary file added _framework/System.Collections.NonGeneric.dll.br
Binary file not shown.
Binary file added _framework/System.Collections.NonGeneric.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.Specialized.dll
Binary file not shown.
Binary file added _framework/System.Collections.Specialized.dll.br
Binary file not shown.
Binary file added _framework/System.Collections.Specialized.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.dll
Binary file not shown.
Binary file added _framework/System.Collections.dll.br
Binary file not shown.
Binary file added _framework/System.Collections.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.ComponentModel.dll
Binary file not shown.
Binary file added _framework/System.ComponentModel.dll.br
Binary file not shown.
Binary file added _framework/System.ComponentModel.dll.gz
Binary file not shown.
Binary file added _framework/System.Console.dll
Binary file not shown.
Binary file added _framework/System.Console.dll.br
Binary file not shown.
Binary file added _framework/System.Console.dll.gz
Binary file not shown.
Binary file added _framework/System.Data.Common.dll
Binary file not shown.
Binary file added _framework/System.Data.Common.dll.br
Binary file not shown.
Binary file added _framework/System.Data.Common.dll.gz
Binary file not shown.
Binary file added _framework/System.Diagnostics.TraceSource.dll
Binary file not shown.
Binary file added _framework/System.Diagnostics.TraceSource.dll.br
Binary file not shown.
Binary file added _framework/System.Diagnostics.TraceSource.dll.gz
Binary file not shown.
Binary file added _framework/System.Drawing.Primitives.dll
Binary file not shown.
Binary file added _framework/System.Drawing.Primitives.dll.br
Binary file not shown.
Binary file added _framework/System.Drawing.Primitives.dll.gz
Binary file not shown.
Binary file added _framework/System.Drawing.dll
Binary file not shown.
Binary file added _framework/System.Drawing.dll.br
Binary file not shown.
Binary file added _framework/System.Drawing.dll.gz
Binary file not shown.
Binary file added _framework/System.Linq.Expressions.dll
Binary file not shown.
Binary file added _framework/System.Linq.Expressions.dll.br
Binary file not shown.
Binary file added _framework/System.Linq.Expressions.dll.gz
Binary file not shown.
Binary file added _framework/System.Linq.dll
Binary file not shown.
Binary file added _framework/System.Linq.dll.br
Binary file not shown.
Binary file added _framework/System.Linq.dll.gz
Binary file not shown.
Binary file added _framework/System.Memory.dll
Binary file not shown.
Binary file added _framework/System.Memory.dll.br
Binary file not shown.
Binary file added _framework/System.Memory.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Http.dll
Binary file not shown.
Binary file added _framework/System.Net.Http.dll.br
Binary file not shown.
Binary file added _framework/System.Net.Http.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Primitives.dll
Binary file not shown.
Binary file added _framework/System.Net.Primitives.dll.br
Binary file not shown.
Binary file added _framework/System.Net.Primitives.dll.gz
Binary file not shown.
Binary file added _framework/System.ObjectModel.dll
Binary file not shown.
Binary file added _framework/System.ObjectModel.dll.br
Binary file not shown.
Binary file added _framework/System.ObjectModel.dll.gz
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.dll
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.dll.br
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.dll.gz
Binary file not shown.
Binary file added _framework/System.Private.Uri.dll
Binary file not shown.
Binary file added _framework/System.Private.Uri.dll.br
Binary file not shown.
Binary file added _framework/System.Private.Uri.dll.gz
Binary file not shown.
Binary file added _framework/System.Private.Xml.Linq.dll
Binary file not shown.
Binary file added _framework/System.Private.Xml.Linq.dll.br
Binary file not shown.
Binary file added _framework/System.Private.Xml.Linq.dll.gz
Binary file not shown.
Binary file added _framework/System.Private.Xml.dll
Binary file not shown.
Binary file added _framework/System.Private.Xml.dll.br
Binary file not shown.
Binary file added _framework/System.Private.Xml.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Reflection.Primitives.dll
Binary file not shown.
Binary file added _framework/System.Reflection.Primitives.dll.br
Binary file not shown.
Binary file added _framework/System.Reflection.Primitives.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Runtime.InteropServices.dll
Binary file not shown.
Binary file added _framework/System.Runtime.InteropServices.dll.br
Binary file not shown.
Binary file added _framework/System.Runtime.InteropServices.dll.gz
Binary file not shown.
Binary file added _framework/System.Runtime.Numerics.dll
Binary file not shown.
Binary file added _framework/System.Runtime.Numerics.dll.br
Binary file not shown.
Binary file added _framework/System.Runtime.Numerics.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Runtime.dll
Binary file not shown.
Binary file added _framework/System.Runtime.dll.br
Binary file not shown.
Binary file added _framework/System.Runtime.dll.gz
Binary file not shown.
Binary file added _framework/System.Security.Cryptography.dll
Binary file not shown.
Binary file added _framework/System.Security.Cryptography.dll.br
Binary file not shown.
Binary file added _framework/System.Security.Cryptography.dll.gz
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Text.Encoding.Extensions.dll.br
Binary file not shown.
Binary file added _framework/System.Text.Encoding.Extensions.dll.gz
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.dll
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.dll.br
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.dll.gz
Binary file not shown.
Binary file added _framework/System.Text.Json.dll
Binary file not shown.
Binary file added _framework/System.Text.Json.dll.br
Binary file not shown.
Binary file added _framework/System.Text.Json.dll.gz
Binary file not shown.
Binary file added _framework/System.Text.RegularExpressions.dll
Binary file not shown.
Binary file added _framework/System.Text.RegularExpressions.dll.br
Binary file not shown.
Binary file added _framework/System.Text.RegularExpressions.dll.gz
Binary file not shown.
Binary file added _framework/System.Threading.dll
Binary file not shown.
Binary file added _framework/System.Threading.dll.br
Binary file not shown.
Binary file added _framework/System.Threading.dll.gz
Binary file not shown.
Binary file added _framework/System.Web.HttpUtility.dll
Binary file not shown.
Binary file added _framework/System.Web.HttpUtility.dll.br
Binary file not shown.
Binary file added _framework/System.Web.HttpUtility.dll.gz
Binary file not shown.
Binary file added _framework/System.Xml.Linq.dll
Binary file not shown.
Binary file added _framework/System.Xml.Linq.dll.br
Binary file not shown.
Binary file added _framework/System.Xml.Linq.dll.gz
Binary file not shown.
Binary file added _framework/System.Xml.ReaderWriter.dll
Binary file not shown.
Binary file added _framework/System.Xml.ReaderWriter.dll.br
Binary file not shown.
Binary file added _framework/System.Xml.ReaderWriter.dll.gz
Binary file not shown.
Binary file added _framework/System.Xml.XDocument.dll
Binary file not shown.
Binary file added _framework/System.Xml.XDocument.dll.br
Binary file not shown.
Binary file added _framework/System.Xml.XDocument.dll.gz
Binary file not shown.
Binary file added _framework/System.dll
Binary file not shown.
Binary file added _framework/System.dll.br
Binary file not shown.
Binary file added _framework/System.dll.gz
Binary file not shown.
Binary file added _framework/Valery-s-WebDungeon.dll
Binary file not shown.
Binary file added _framework/Valery-s-WebDungeon.dll.br
Binary file not shown.
Binary file added _framework/Valery-s-WebDungeon.dll.gz
Binary file not shown.
Binary file added _framework/Valery-s-WebDungeon.pdb.gz
Binary file not shown.
90 changes: 90 additions & 0 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"entryAssembly": "Valery-s-WebDungeon",
"resources": {
"hash": "sha256-lDg2Rh2UUH1kqr1K5WNdTKd2o7UvUVbU6Cq8ApmyA9s=",
"runtime": {
"dotnet.7.0.18.yczjibhkds.js": "sha256-lsqy0PQ8nf1/0sSlLGe3Kfwi8V0Q1QzVy5+AqtJ3cfU=",
"dotnet.timezones.blat": "sha256-aPcvvHoFVwCzeRxTOvMTcrI2l2HKJO0sjSN7IF10LUQ=",
"dotnet.wasm": "sha256-OGxk7jtpWsqGm1ExW4zusvMbpaiGNDOEBYX2Yac601c=",
"icudt_CJK.dat": "sha256-SZLtQnRc0JkwqHab0VUVP7T3uBPSeYzxzDnpxPpUnHk=",
"icudt_EFIGS.dat": "sha256-8fItetYY8kQ0ww6oxwTLiT3oXlBwHKumbeP2pRF4yTc=",
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs="
},
"assembly": {
"Microsoft.AspNetCore.Components.dll": "sha256-WpmQ/S2YzyLrSn7Re/Jzz+qu/RMPcTTyqE8EMPS0kOk=",
"Microsoft.AspNetCore.Components.Web.dll": "sha256-1NK+Frzf+h30ZBPiOjfyvx49gJyFkCWObacxpwFPM68=",
"Microsoft.AspNetCore.Components.WebAssembly.dll": "sha256-IiCeDD2/cESvpd281cmPUvaLlj5RlX/Gy2c0FzTfcec=",
"Microsoft.CSharp.dll": "sha256-lErym9my8gTxVnqH0Q0Z0yqAIC9yWZGm9SXVwYjgyog=",
"Microsoft.Extensions.Configuration.Abstractions.dll": "sha256-X/f4fDl2cuIRXeWHhK/f2UqQbFioD+RU4a4CEh0zrrQ=",
"Microsoft.Extensions.Configuration.dll": "sha256-DBOKSPriP2JDxVbbWrLXyD3K4/x3RBifNBWk/q1I39M=",
"Microsoft.Extensions.Configuration.Json.dll": "sha256-Q5AqJneA2TZnzC0IYzBx6j/tHRhWAeMbpH3BsV7KgWg=",
"Microsoft.Extensions.DependencyInjection.Abstractions.dll": "sha256-yYRllZJlWp+B35IoVXWL2oEHLbwSN/8GrT5g7ISFCfw=",
"Microsoft.Extensions.DependencyInjection.dll": "sha256-qi0kE7rp0kdsNqdL6DyPZEeimjUGvcLT4iWQX0YnRus=",
"Microsoft.Extensions.Logging.Abstractions.dll": "sha256-M/xZhgXtA/uoto5VPlwoWe3/fr/IrnNCFSzrBUqvGHc=",
"Microsoft.Extensions.Logging.dll": "sha256-RJE660TEC1wm3MyL1EXQfTQB1qK+JWy1efVUxI8nNUo=",
"Microsoft.Extensions.Options.dll": "sha256-WPBQk7rt2p4aMEo2pTp1sBpsiWdE8MmWuIYq+zl1ceo=",
"Microsoft.Extensions.Primitives.dll": "sha256-eXvGx2jcjpTPEJoAHBsW/VuMPbNyyU+AsuhPmkzSSRY=",
"Microsoft.JSInterop.dll": "sha256-d1AApAzy1QFD8J2+smh/oYtL/FrUcrezQ/VrJOjmeYM=",
"Microsoft.JSInterop.WebAssembly.dll": "sha256-3+dHa65PgCYOsUMlsJSDYPxt294+nWZxeMbopoWb+fA=",
"Newtonsoft.Json.dll": "sha256-IsZJ91/OW+fHzNqIgEc7Y072ns8z9dGritiSyvR9Wgc=",
"System.Collections.Concurrent.dll": "sha256-5Drb92oin1Y20YX7aJls6y1yqfENDupttucMKqxPt6o=",
"System.Collections.dll": "sha256-j+gKwcaHY9LLUaaez6lW1AOAQg2lwZ9EovgGaex9TtU=",
"System.Collections.NonGeneric.dll": "sha256-jgFOgG6ZSEVBIl1WurSq48OxT1taD9luOrsqcpKcV3U=",
"System.Collections.Specialized.dll": "sha256-VnCGcIgu3ZH3DNsDCejgJ8eCEnS6N34/Qsa+PcvZ3vY=",
"System.ComponentModel.dll": "sha256-Ck8xLvVq819IQN8wX5HzXOyMOkRmaesoPPoPZZMnxSE=",
"System.ComponentModel.Primitives.dll": "sha256-vvYCJPO+Kc6N7Y00Z4GBgX/MfEVPAoaZjfp6pdo2xa4=",
"System.ComponentModel.TypeConverter.dll": "sha256-hk9S6PbUbUQveu2ig/5MITt1X3rqS7sxBKWRF97/qJI=",
"System.Console.dll": "sha256-mv8yaPGZKsA1IL2gTiIKbUJ53jFmruE1GuSOwHjPI8U=",
"System.Data.Common.dll": "sha256-y82qK1ZgvLeWlchCqDmfPi7Ty7e1e/4aDkRpHxaij24=",
"System.Diagnostics.TraceSource.dll": "sha256-qwghlKwHbNGQ6wSYYYUYrTbDLjBqLCdmGR4q1frwJmY=",
"System.dll": "sha256-BGZlk0xYKQBNgKNUxJeJhNJ9NsSV2Wqlxxz7QnWDbvY=",
"System.Drawing.dll": "sha256-1wfUbYCE/7Zjw/fQ06SrIM3Xf8c1Vgj8UV5E7f/B5n4=",
"System.Drawing.Primitives.dll": "sha256-SBf+LUTim/9xZDshF6OkhcG+Ij8Q/rRfJo83IXm1yNs=",
"System.Linq.dll": "sha256-ocBJpqcYCD2JZB3zJOj7dKUcV8e6q5cs8eL7U6VhUFU=",
"System.Linq.Expressions.dll": "sha256-c3+dGpG87D5j0ENyR8He5KRbYWyVgbKSEH3EDhtSeHA=",
"System.Memory.dll": "sha256-tYEHnxj4K2uH6VsRLDyiRWzLiFyUwKNs4JHpXC2EsSM=",
"System.Net.Http.dll": "sha256-OBn914kJ+YU6PGuPVISk4TDAtq/Sy/2M6d5PGrx9ID8=",
"System.Net.Primitives.dll": "sha256-WUNZHLDfgGVQqbyJNczEnrF5Oq9jFPJwINqkjAQLYSo=",
"System.ObjectModel.dll": "sha256-4rFs2w3JYobT2vfj8FAWCURFyzlHxFRgb+W4lW6mJR8=",
"System.Private.CoreLib.dll": "sha256-YblqGf/YDG5u65Y/1IEanfd6ivasgupso9tpJkCQP8s=",
"System.Private.Uri.dll": "sha256-dBkglxn0OKFCPu9d9nO8Q2PkCsl0uUeX+Joa2N0FU7I=",
"System.Private.Xml.dll": "sha256-H+U/Y5ZVCEmjb71ObukxRbJJGxe+NyD3mNPEfWTNNhA=",
"System.Private.Xml.Linq.dll": "sha256-Lw45ewKpQ0O0KzG6Gk+4p4wCaJlWaDEqW5+YUhdEaNI=",
"System.Reflection.Emit.ILGeneration.dll": "sha256-XnFOxsNLEHEmalRtXggMRw9Rnm12yVzEIKLvRrmXlqU=",
"System.Reflection.Emit.Lightweight.dll": "sha256-L8yEyey2aXioZUOfPzLifHVC2/iSwB50l/JcIE0727A=",
"System.Reflection.Primitives.dll": "sha256-KSo3DXVMWPdHdtFw0Ic3FAlPZilJEKLnjq2zxldBTJU=",
"System.Runtime.dll": "sha256-OBz/IaByd1XE8DL+Bn1gkXjRBHk8Y1y7Myu93SZUwdQ=",
"System.Runtime.InteropServices.dll": "sha256-7jBvQI0jqEEaetXGF2g17O4sOAKj3dJwXKzQj6D3DnE=",
"System.Runtime.InteropServices.JavaScript.dll": "sha256-A8Z1edzb/Y+vGLb/Zfwx3ufQ852YvR4uyuwl3+Pz7b4=",
"System.Runtime.Numerics.dll": "sha256-j2bcjbipU6itHKet9dp6D8fDIdRq4u1Auo644lVfrCA=",
"System.Runtime.Serialization.Formatters.dll": "sha256-Vs1oS7aJZ5ZM89laAe+U+CBu71XplCRt/z8MC7Z5X9Y=",
"System.Runtime.Serialization.Primitives.dll": "sha256-j9OhC7bFRF5yfVcW8ruKOU9yXVH9XG3ZwsJ41PJyhgo=",
"System.Security.Cryptography.dll": "sha256-OK32Gjw214Av/jUf1eSro3Oj7IcVqXtuxY1TKmg7pFU=",
"System.Text.Encoding.Extensions.dll": "sha256-ggrl8T4OZS6X1UaBof2J3lND6VwaO7+2htbr3trvBg0=",
"System.Text.Encodings.Web.dll": "sha256-6uvUVfZwaEU12wV64pQSej1J/at2l9/gzyowQ8PhW4U=",
"System.Text.Json.dll": "sha256-4+01WICMchO+xKNgAmC1LKq/tuV5LuCFhB6edjyVSek=",
"System.Text.RegularExpressions.dll": "sha256-YU507HtMUBM3Fd6OaaFYffDRF3iE0tLLIhE1xoNZXGQ=",
"System.Threading.dll": "sha256-RKbUJ43si8Wo5Eh55cU/IBW7HDGOHJZ35s/UEiOA8+8=",
"System.Web.HttpUtility.dll": "sha256-mOKr6ZyoNXIv9NXsyjFP0evOW1b2bh1W6Tu+L+W/rb4=",
"System.Xml.Linq.dll": "sha256-xxvyJscesSAdrGw1UHmJctuH3G1ezn7ab0yuVQJwsHA=",
"System.Xml.ReaderWriter.dll": "sha256-b1ELRxyHUwpKGwMxezVCliPitPTlG0bdfRj1w+xU5/o=",
"System.Xml.XDocument.dll": "sha256-DtDVmDmALBfJqpEQvwVf69MIF0vKyrFVZhcZBw3oPUA=",
"Valery-s-WebDungeon.dll": "sha256-Qy0cpT6KeEsx+SSs62OVQ0lQFzJeUPWqbFcLGzSQ6rQ="
},
"runtimeAssets": {
"dotnet.wasm": {
"hash": "sha256-OGxk7jtpWsqGm1ExW4zusvMbpaiGNDOEBYX2Yac601c=",
"behavior": "dotnetwasm"
}
}
},
"cacheBootResources": true,
"debugBuild": false,
"debugLevel": 0,
"linkerEnabled": true,
"config": [],
"icuDataMode": 0,
"extensions": {
"blazor": {}
}
}
Binary file added _framework/blazor.boot.json.br
Binary file not shown.
Binary file added _framework/blazor.boot.json.gz
Binary file not shown.
1 change: 1 addition & 0 deletions _framework/blazor.webassembly.js

Large diffs are not rendered by default.

Binary file added _framework/blazor.webassembly.js.br
Binary file not shown.
Binary file added _framework/blazor.webassembly.js.gz
Binary file not shown.
Loading

0 comments on commit 444191b

Please sign in to comment.