File: index.html

package info (click to toggle)
node-http-server 14.1.1%2B~cs3.16.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,124 kB
  • sloc: javascript: 5,747; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
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>