index.html 210 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <html> <head> <title>node.js http server</title> </head> <body> <h1>Serving up static files like they were turtles strapped to rockets.</h1> <img src="./img/turtle.png"/> </body> </html>