# webserver **Repository Path**: esp_components/webserver ## Basic Information - **Project Name**: webserver - **Description**: for esp32 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-24 - **Last Updated**: 2025-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WEBSERVE组件 将web页面嵌入式到固件中。当前固定三个web文件: `index.html`, `script.js`, `style.css`。 当前页面仅仅是监听器简易界面,用户可以自行设计web ui。 ## 如何使用 见`example`。 ![web ui](image.png)