Skip to content

Commit

Permalink
Added loading message to docs project
Browse files Browse the repository at this point in the history
  • Loading branch information
danheron committed Nov 16, 2023
1 parent ea16506 commit cbdaaa5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Heron.MudCalendar.Docs/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@
</head>

<body>
<div id="app">Loading...</div>
<div id="app">
<div style="display: flex; align-items: center; justify-content: center; height: 100vh;">
<div style="height: 30%; text-align: center; font-family: 'Public Sans', 'Roboto', 'Arial', 'sans-serif'; color: rgb(66, 66, 66);">
<h1 style="font-size: 40px;">Heron.MudCalendar</h1>
<h3 style="margin-top: 20px;">Loading...</h3>
</div>
</div>
</div>

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

0 comments on commit cbdaaa5

Please sign in to comment.