2023-05-08 19:36:12 +02:00
|
|
|
@page "/"
|
|
|
|
|
2023-01-17 16:16:46 +01:00
|
|
|
|
2023-02-20 16:48:12 +01:00
|
|
|
<PageTitle>Yummy4Friends</PageTitle>
|
2023-01-17 16:16:46 +01:00
|
|
|
|
2023-02-20 16:48:12 +01:00
|
|
|
|
2023-05-08 19:16:57 +02:00
|
|
|
<body style='--blazor-load-percentage: 100%; --blazor-load-percentage-text: "100%"; background-color:#C7FFD5;'>
|
2023-02-20 16:48:12 +01:00
|
|
|
<div class="container col-lg-6 col-md-9 col-sm-12 d-flex flex-column " id="content">
|
|
|
|
<center><h1>Herzlich Willkommen!</h1></center>
|
2023-02-20 17:21:47 +01:00
|
|
|
|
2023-02-20 16:48:12 +01:00
|
|
|
<img src="assets/Logo_new.png" class="img" title="logo image">
|
2023-05-08 19:36:12 +02:00
|
|
|
|
|
|
|
<form action="Speisekarte">
|
|
|
|
<input type="submit" value="Zur Speisekarte" class="btn" />
|
2023-05-08 19:16:57 +02:00
|
|
|
</form>
|
2023-05-08 19:36:12 +02:00
|
|
|
|
2023-02-20 17:21:47 +01:00
|
|
|
</div>
|
2023-05-08 19:16:57 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
|