mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
16 lines
259 B
HTML
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>
|