Files
NodeMCU_Lua/Robot_Lua/index_robot.html
Christian Zufferey 9528fae38c wip
2019-01-26 17:59:43 +01:00

51 lines
1010 B
HTML
Executable File

<!DOCTYPE html>
<html>
<body>
<meta charset='utf-8' name='viewport' content='width=device-width, initial-scale=1.0'>\n"
<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>