y4f/Pages/Index.razor

29 lines
735 B
Plaintext
Raw Normal View History

 @page "/"
@layout Startseite
2023-06-05 19:26:23 +02:00
<body >
<div class="container col-lg-6 col-md-9 col-sm-12 d-flex flex-column " id="content">
<center>
<h1>Herzlich Willkommen!</h1>
2023-01-17 16:16:46 +01:00
2023-06-05 19:26:23 +02:00
<img src="assets/Logo_new.png" class="img" title="logo image">
2023-01-17 16:16:46 +01:00
2023-02-20 16:48:12 +01:00
2023-06-05 19:26:23 +02:00
<form id="button1" action="https://qrcodescan.in/">
<input type="submit" value="QR-Code einscannen" class="btn">
2023-02-20 17:21:47 +01:00
2023-06-05 19:26:23 +02:00
</form>
2023-06-05 19:26:23 +02:00
<input type="text" class="form-control" id="qrcode" placeholder="QR-Code manuell eintragen" name="qrcode">
<form id="button1" action="Startseite">
<input type="submit" value="Bestätigen" class="btn">
</form>
</center>
2023-02-20 17:21:47 +01:00
</div>
</body>
2023-06-05 19:26:23 +02:00