PWA Fundvelo der Caritas.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FailureImage.razor 147B

123456789
  1. @page "/failureimage"
  2. <div class="text-center">
  3. <img src="./images/failure.png" class="w-50" alt="Failure!" />
  4. </div>
  5. @code {
  6. }