Files
sensor-pico/sensor-pico/fs/index.html

22 lines
542 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Konfiguration</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>WLAN Einstellungen</h1>
<form action="/config" method="post">
<label>SSID:</label>
<input type="text" name="ssid">
<br>
<label>Passwort:</label>
<input type="password" name="password">
<br>
<input type="submit" value="Speichern">
</form>
</body>
</html>