diff options
| -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> + |
