mirror of
https://github.com/tebarius/Docker-Flask-QR.git
synced 2025-12-21 06:33:29 +01:00
wifi geht
This commit is contained in:
@@ -2,13 +2,21 @@
|
||||
|
||||
{% block inhalt %}
|
||||
<form action="qr.html">
|
||||
<label>Gib bitte Details zum WIFI ein!</label><br />
|
||||
<label>Gebe bitte Details zum WIFI ein!</label><br />
|
||||
<input type="hidden" name="type" value="wifi">
|
||||
|
||||
<label for="ssid">SSID:</label>
|
||||
<label for="ssid">Netzwerkname (SSID):</label>
|
||||
<input type="text" name="ssid" id="ssid" size="30" maxlength="60" required><br />
|
||||
|
||||
|
||||
<label for="passw">Passcode / Passwort:</label>
|
||||
<input type="text" name="passw" id="passw" size="30" maxlength="60"><br />
|
||||
<input type="checkbox" name="hidden" id="hidden" value=True>
|
||||
<label for="hidden"><i>versteckte / unsichtbare SSID</i></label><br />
|
||||
<label>
|
||||
<input name="auth" type="radio" value="WPA" required>
|
||||
</label> WPA/WPA2/WPA3<br />
|
||||
<label>
|
||||
<input name="auth" type="radio" value="nopass" required>
|
||||
</label> keine Verschlüsselung
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user