Update Index.razor

This commit is contained in:
zha19115 2023-02-20 17:21:47 +01:00
parent f6345777dd
commit 47c0d268b2

View File

@ -2,8 +2,13 @@
<PageTitle>Index</PageTitle>
<header>
<div class="mt-4 p-5 bg-primary text-white rounded">
<h1>Herzlich Willkommen!</h1>
</div>
</header>
<body>
<div class="mt-4 p-5 bg-primary text-white rounded" >
<h1>Herzlich Willkommen!</h1>
</div>
</body>