Files
arnaucode 112745d6fa init
2017-02-03 08:56:51 +01:00

13 lines
210 B
HTML

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