webbington 0.1.0

A no-nonsense web server for quick deployments and testing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Not found...</title>
  </head>
  <body>
    <h1>404'd!</h1>
    <p>I don't know what you did, but you must have screwed up big time!</p>
  </body>
</html>