This commit is contained in:
Christian Zufferey
2019-01-26 17:59:43 +01:00
parent dc95448d17
commit 9528fae38c
11 changed files with 124 additions and 67 deletions

22
WEB/web_html_multi/index.htm Executable file
View File

@@ -0,0 +1,22 @@
<html>
<head>
<title>ESP8266 home page</title>
</head>
<style>
a:link {color:#ff0000; background-color:transparent; text-decoration:none}
a:visited {color:#ff0000; background-color:transparent; text-decoration:none}
a:hover {color:#ff0000; background-color:transparent; text-decoration:underline}
a:active {color:#ff0000; background-color:transparent; text-decoration:none}
</style>
<Body style="background-color:lightgrey">
<p style="color:darkblue"><B>ESP8266 server </p></B><BR>
___________________<BR><BR>
<h2>Employee Information:<br></h2>
<h3>
<a href="bob.htm">Bob</a><BR>
<a href="jill.htm">Jill</a><BR>
<a href="barb.htm">Barb</a><BR>
</h3>
<BR>___________________<BR>
</body>
</html>