mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-07-18 01:23:17 +02:00
Yum04-54 kontoverwaltung (#11)
* Kontoverwaltung * Kontoverwaltung Finish * Kontoverwaltung Button not finished * Kontoverwaltung Button not finished * Kontoverwaltung fertig. * Kontoverwaltung final finish
This commit is contained in:
@ -4,12 +4,17 @@
|
||||
<PageTitle>Yummy4Friends</PageTitle>
|
||||
|
||||
|
||||
<body style='--blazor-load-percentage: 100%; --blazor-load-percentage-text: "100%";'>
|
||||
<body style='--blazor-load-percentage: 100%; --blazor-load-percentage-text: "100%"; background-color:#C7FFD5;'>
|
||||
<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>
|
||||
|
||||
<form action="Kontoverwaltung">
|
||||
<input type="submit" value="Zur Speisekarte" class="btn btn-light" />
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</body>
|
||||
|
||||
|
Reference in New Issue
Block a user