2023-05-08 19:36:12 +02:00
|
|
|
@page "/"
|
2023-05-09 16:48:03 +02:00
|
|
|
@layout Startseite
|
2023-05-08 19:36:12 +02:00
|
|
|
|
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-05-09 13:01:19 +02:00
|
|
|
|
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>
|
2023-05-08 19:16:57 +02:00
|
|
|
</body>
|
|
|
|
|
2023-06-05 19:26:23 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|