readme and make html rule
This commit is contained in:
parent
281d616cf1
commit
a089403cad
11 changed files with 149 additions and 134 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<link rel="stylesheet" type="text/css" href="css/siimple.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||
<link rel="shortcut icon" href="img/favicon.ico">
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
<title>HTTP Server</title>
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<link rel="stylesheet" type="text/css" href="css/siimple.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||
<link rel="shortcut icon" href="img/favicon.ico">
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
<title>HTTP Server</title>
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ ul.navbar li a.active {
|
|||
.onoffswitch-inner:after {
|
||||
content: "OFF";
|
||||
padding-right: 14px;
|
||||
background-color: #F1F5FA; color: #999999;
|
||||
background-color: #FFFFFF; color: #999999;
|
||||
text-align: right;
|
||||
}
|
||||
.onoffswitch-switch {
|
||||
|
|
|
|||
BIN
examples/http_server/fsdata/fs/img/favicon.png
Normal file
BIN
examples/http_server/fsdata/fs/img/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 760 B |
Binary file not shown.
|
Before Width: | Height: | Size: 724 B |
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<link rel="stylesheet" type="text/css" href="css/siimple.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||
<link rel="shortcut icon" href="img/favicon.ico">
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
<title>HTTP Server</title>
|
||||
</head>
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<div class="alert alert-done">HTTP Server is up and running.</div>
|
||||
|
||||
<p>This is an example HTTP server with CGI and SSI support. The switch below will allow you to test CGI handler and switch
|
||||
<p>This is an example HTTP server with CGI and SSI support. The switch below will allow you to test CGI handler and turn
|
||||
the blue LED on or off.</p>
|
||||
|
||||
<div class="cover" align="center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue