y4f/Shared/Feedback/FBestätigung.razor

17 lines
407 B
Plaintext
Raw Normal View History

2023-05-16 13:04:12 +02:00
@page "/FBestätigung"
<div class="container col-lg-5 col-md-9 col-sm-12 d-flex flex-column " id="content">
2023-05-19 11:38:40 +02:00
<h4>Vielen Dank für Ihr Feedback. Durch Feedbacks können wir uns stets verbessern.<br></h4>
2023-06-05 19:26:23 +02:00
<center>
2023-05-16 13:04:12 +02:00
<form id="button1" action="Startseite">
<input type="submit" value="Zur Startseite" class="btn">
</form>
2023-06-05 19:26:23 +02:00
</center>
2023-05-16 13:04:12 +02:00
</div>
@code {
}