chore: httpd

This commit is contained in:
2025-11-08 00:39:15 +06:00
parent 90e8a20a8b
commit 686bccd0ce
7 changed files with 166 additions and 18 deletions

24
web_content/index.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello from CH32V208</title>
<style>
body {
font-family: sans-serif;
text-align: center;
background-color: #f0f0f0;
margin-top: 50px;
}
h1 {
color: #333;
}
p {
color: #555;
}
</style>
</head>
<body>
<h1>Hello World</h1>
<p>This page is served from CH32V208 using lwIP.</p>
</body>
</html>