Merge branch 'dev' into YUM04-33-footer

This commit is contained in:
GEI22857
2023-03-07 11:42:08 +01:00
committed by GitHub
6 changed files with 56 additions and 1 deletions

View File

@ -1 +1,15 @@
@page "/"
@layout Startseite
<PageTitle>Yummy4Friends</PageTitle>
<body style='--blazor-load-percentage: 100%; --blazor-load-percentage-text: "100%";'>
<div class="container col-lg-6 col-md-9 col-sm-12 d-flex flex-column " id="content">
<center><h1>Herzlich Willkommen!</h1></center>
<img src="assets/Logo_new.png" class="img" title="logo image">
<button href="Speisekarte.razor" type="button" class=" btn btn-light justify-content-center">Zur Speisekarte</button>
</div>
</body>