layout geändert und seiten gelöscht

This commit is contained in:
2023-08-04 15:45:38 +02:00
parent a44b6ea5a8
commit 89447257a5
9 changed files with 5 additions and 129 deletions

View File

@ -3,14 +3,13 @@
<PageTitle>KIKunstKirstenKlöckner</PageTitle>
<div class="page">
@*
<div class="sidebar">
<NavMenu />
<NavMenu />
</div>
*@
<main>
<div class="top-row px-4">
<a href="https://docs.microsoft.com/aspnet/" target="_blank">About</a>
</div>
<article class="content px-4">
@Body

View File

@ -1,16 +0,0 @@
<div class="alert alert-secondary mt-4">
<span class="oi oi-pencil me-2" aria-hidden="true"></span>
<strong>@Title</strong>
<span class="text-nowrap">
Please take our
<a target="_blank" class="font-weight-bold link-dark" href="https://go.microsoft.com/fwlink/?linkid=2186158">brief survey</a>
</span>
and tell us what you think.
</div>
@code {
// Demonstrates how a parent component can supply parameters
[Parameter]
public string? Title { get; set; }
}