chore: httpd
This commit is contained in:
24
web_content/index.html
Normal file
24
web_content/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user