readme and make html rule

This commit is contained in:
lujji 2017-01-08 03:43:59 +00:00
parent 281d616cf1
commit a089403cad
11 changed files with 149 additions and 134 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 724 B

View file

@ -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">