Add links to examples

This commit is contained in:
Marcos Kirsch 2015-02-15 16:48:54 -06:00
parent 3f5caa7afb
commit 00475af342

View File

@ -9,9 +9,19 @@
<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>
<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>
<h3>Show me the demos</h3>
<ul>
<li><a href="index.html">This page</a> (static)</li>
<li><a href="file_list.lua">List all server files</a> (Lua)</li>
<li><a href="node_info.lua">NodeMCU info</a> (Lua)</li>
<li><a href="memory.lua">Memory statistics</a> (Lua)</li>
<li><a href="foo.html">A file not found</a> (error)</li>
<li><a href="args.lua?color=red&size=big&number=42">Argument parsing</a> (Lua)</li>
</ul>
</body>
</html>