espvban/ESPIDFNEW/html/wifi.html
2024-08-29 21:38:48 +02:00

14 lines
309 B
HTML

<html>
<body>
<form action="/action_page.php">
<label for="ssid">SSID:</label><br>
<input type="text" id="ssid" name="ssid" value=""><br>
<label for="pw">Password:</label><br>
<input type="password" id="pw" name="pw" value=""><br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>