2023-05-16 13:04:12 +02:00
|
|
|
@page "/Feedback"
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="container col-lg-5 col-md-9 col-sm-12 d-flex flex-column " id="content">
|
2023-06-05 19:26:23 +02:00
|
|
|
|
2023-05-16 16:41:30 +02:00
|
|
|
<h4 for="feedback">Ihr Feedback: </h4>
|
2023-06-05 19:26:23 +02:00
|
|
|
<center>
|
|
|
|
<textarea class="form-control" rows="10" cols="15" id="feedback" name="text"></textarea>
|
2023-05-16 13:04:12 +02:00
|
|
|
|
2023-06-05 19:26:23 +02:00
|
|
|
|
2023-05-16 13:04:12 +02:00
|
|
|
<br>
|
|
|
|
<form id="button1" action="FBestätigung">
|
|
|
|
<input type="submit" value="Absenden" class="btn">
|
|
|
|
</form>
|
2023-06-05 19:26:23 +02:00
|
|
|
</center>
|
2023-05-16 13:04:12 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
@code {
|
|
|
|
|
|
|
|
|
|
|
|
}
|