An error occurred while loading the file. Please try again.
An error occurred while loading the file. Please try again.
An error occurred while loading the file. Please try again.
-
Mark Taylor authored40a1c120
<h1 class="welcome">WiFi Setup</h1>
<p class="description">Select your WiFi network. Add your WiFi password to connect your device to the Internet.</p>
<div class="form-box" >
<form action="/connect">
<input type="radio" id="ssid_a" name="selected_ssid" value="ssid_a">
<label for="ssid_a">ssid_a</label><br>
<input type="radio" id="ssid_b" name="selected_ssid" value="ssid_b">
<label for="ssid_b">ssid_b</label><br><br>
<label class="text-input-label" for="password">Password</label>
<input class="text-input" type="text" id="password" name="password" value="" ><br><br>
<input class="submit-button" type="submit" value="Connect">
</form>
</div>