feat(Main.cshtml): Bootstrap-Warnung hinzugefügt.
This commit is contained in:
@@ -16,7 +16,9 @@
|
|||||||
<h1>signFlow</h1>
|
<h1>signFlow</h1>
|
||||||
</header>
|
</header>
|
||||||
<section class="text-center">
|
<section class="text-center">
|
||||||
|
<div class="alert alert-light" role="alert">
|
||||||
<p class="home-description"><span id="home-description"></span></p>
|
<p class="home-description"><span id="home-description"></span></p>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@if (ViewData["ErrorMessage"] is string errMsg)
|
@if (ViewData["ErrorMessage"] is string errMsg)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user