init commit

This commit is contained in:
2024-05-12 09:13:29 +03:00
commit ccbffe76cc
1307 changed files with 204553 additions and 0 deletions

15
main/root.html Normal file
View File

@@ -0,0 +1,15 @@
<!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>