Files
espressif--esp-idf/examples/protocols/http_server/captive_portal/main/root.html
T
2026-07-13 13:04:25 +08:00

16 lines
259 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #ffffff;
}
</style>
<title>ESP Captive Portal</title>
</head>
<body>
<h1>ESP Captive Portal</h1>
<p>Hello World, this is ESP32!</p>
</body>
</html>