15 lines
438 B
HTML
15 lines
438 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>PsychicHTTP SoftAP Demo</title>
|
|
<link rel="icon" href="./favicon.ico" type="image/x-icon">
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>SoftAP Demo</h1>
|
|
<p>You are connected to the ESP in SoftAP mode.</p>
|
|
</main>
|
|
</body>
|
|
</html> |