new startpage

This commit is contained in:
zha19115
2023-02-27 17:24:25 +01:00
committed by FUH22860
parent 56255c2655
commit 526105a802
2 changed files with 15 additions and 6 deletions

View File

@ -12,9 +12,9 @@
<body>
<div class="container col-md-6" id="content">
<h1>Herzlich Willkommen!</h1>
<img src="assets/Logo_new.png">
<br><button type="button" class="btn btn-light">Zur Speisekarte</button>
<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>
</div>
</body>