mirror of
https://github.com/arnaucube/socketioMEANseed.git
synced 2026-02-07 11:46:48 +01:00
13 lines
210 B
HTML
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>
|
|
|