feat(Main.cshtml): Bootstrap-Warnung hinzugefügt.

This commit is contained in:
Developer 02 2024-11-06 00:31:25 +01:00
parent 6490a3cb82
commit ba832acad3

View File

@ -16,7 +16,9 @@
<h1>signFlow</h1>
</header>
<section class="text-center">
<div class="alert alert-light" role="alert">
<p class="home-description"><span id="home-description"></span></p>
</div>
</section>
@if (ViewData["ErrorMessage"] is string errMsg)
{