Update.cshtml 292 B

1234567891011
  1. @{
  2. ViewData["Title"] = "Update";
  3. Layout = "~/Views/Shared/_NothingLayout.cshtml";
  4. }
  5. <div style=" margin-top: calc(30%);">
  6. <img src="~/img/upgrading.jpeg" style=" max-width: 100%;"/>
  7. <h1 style="text-align:center; color: red;">The system is Updating ...</h1>
  8. </div>