Some example HTML file.

This commit is contained in:
Marcos Kirsch
2015-02-08 22:06:50 -06:00
parent 1ff3867733
commit a8d408f375
3 changed files with 28 additions and 0 deletions

17
http/index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Served by an ESP8266</title>
</head>
<body>
<h1>Hello World!</h1>
<div>
<section>
<h3>nodemcu-httpserver</h3>
<p>This page is served by nodemcu-httpserver running on an ESP8266. One of the smallest web servers ...ever!</p>
<h3>Where's the source code?</h3>
<p><a href="https://github.com/marcoskirsch/nodemcu-httpserver">Right here</a></p>
</body>
</html>