diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-07-09 11:52:22 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-07-09 11:52:22 -0400 |
| commit | 56be0e870cf4ec8144d51eb2f1d30ce6fe6338bf (patch) | |
| tree | d5fef79cbd465763a2ac7c2e5612e0a5807e2a19 | |
| parent | 18bb206bf7cd19da1db18e1370df4f09b58b976a (diff) | |
stub
| -rw-r--r-- | index.js | 4 | ||||
| -rw-r--r-- | public/index.html | 2 | ||||
| -rw-r--r-- | views/index.ejs | 10 |
3 files changed, 16 insertions, 0 deletions
diff --git a/index.js b/index.js new file mode 100644 index 0000000..987f61c --- /dev/null +++ b/index.js @@ -0,0 +1,4 @@ +var app = require('./lib') + +app.init() + diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..d44a79c --- /dev/null +++ b/public/index.html @@ -0,0 +1,2 @@ +mUahaHAhahAHhAAHha + diff --git a/views/index.ejs b/views/index.ejs new file mode 100644 index 0000000..eda262c --- /dev/null +++ b/views/index.ejs @@ -0,0 +1,10 @@ +<!doctype html> +<html> +<head> +<title>Postgres Testbed</title> +</head> +<body> +<h1>Postgres Testbed</h1> +</body> +</html> + |
