Browse Source

Add links to examples

Marcos Kirsch 9 years ago
parent
commit
00475af342
1 changed files with 11 additions and 1 deletions
  1. 11 1
      http/index.html

+ 11 - 1
http/index.html

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