We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54628cb commit b249b09Copy full SHA for b249b09
public/404.html
@@ -0,0 +1,10 @@
1
+<html>
2
+ <head>
3
+ <title>404</title>
4
+ </head>
5
+ <body>
6
+ <h1>404</h1>
7
+
8
+ <p>Were you just making up filenames or what?</p>
9
+ </body>
10
+</html>
public/index.html
@@ -1,4 +1,12 @@
-<h1>Serving up static files like they were turtles strapped to rockets.</h1>
+ <title>node.js http server</title>
-<img src="./img/turtle.png"/>
+ <h1>Serving up static files like they were turtles strapped to rockets.</h1>
+ <img src="./img/turtle.png"/>
11
12
0 commit comments