Skip to content

Commit

Permalink
- Modify .net 6
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomzi7179 committed Dec 6, 2023
1 parent 854d0ad commit 2286db4
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion DotNet6BlazorWebAssemblyAppGroup/Client/wwwroot/index.html
Expand Up @@ -12,7 +12,28 @@
</head>

<body>
<div id="app">Loading...</div>
<div id="app">
<div class="container-fluid"
style="position:fixed;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background-size: 400% 400%;
background-image: linear-gradient(45deg, #24a3df 0%, #1430bd 25%, #8c2faf 50%, #e70c5c 100%);">
<div class="row align-items-center" style="height:100%">
<div class="col">
<div>
<button class="btn btn-primary" type="button" disabled>
<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true"></span>
Prepare service...
</button>
</div>
</div>
</div>
</div>
</div>

<div id="blazor-error-ui">
An unhandled error has occurred.
Expand Down

0 comments on commit 2286db4

Please sign in to comment.