2023-01-17 16:16:46 +01:00
|
|
|
@page "/"
|
|
|
|
|
|
|
|
<PageTitle>Index</PageTitle>
|
|
|
|
|
2023-02-20 16:48:12 +01:00
|
|
|
|
2023-02-20 17:21:47 +01:00
|
|
|
|
2023-02-20 17:21:47 +01:00
|
|
|
<header>
|
2023-01-17 16:16:46 +01:00
|
|
|
|
|
|
|
|
2023-02-20 17:21:47 +01:00
|
|
|
|
2023-02-20 17:21:47 +01:00
|
|
|
</header>
|
|
|
|
|
|
|
|
<body>
|
2023-02-20 19:16:41 +01:00
|
|
|
<div class="container col-md-6" id="content">
|
2023-02-27 17:24:25 +01:00
|
|
|
<h1 class="center">Herzlich Willkommen!</h1>
|
|
|
|
<img src="assets/Logo_new.png" class="center">
|
|
|
|
<br><button type="button" class="btn btn-light center">Zur Speisekarte</button>
|
2023-02-20 19:16:41 +01:00
|
|
|
|
2023-02-20 17:21:47 +01:00
|
|
|
</div>
|
2023-02-20 16:48:12 +01:00
|
|
|
</body>
|
2023-02-20 17:21:47 +01:00
|
|
|
|