y4f/Pages/Index.razor
zha19115 97e84fc9c7 New
2023-06-22 22:00:30 +02:00

29 lines
735 B
Plaintext

@page "/"
@layout Startseite
<body >
<div class="container col-lg-6 col-md-9 col-sm-12 d-flex flex-column " id="content">
<center>
<h1>Herzlich Willkommen!</h1>
<img src="assets/Logo_new.png" class="img" title="logo image">
<form id="button1" action="https://qrcodescan.in/">
<input type="submit" value="QR-Code einscannen" class="btn">
</form>
<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>
</div>
</body>