summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-07-09 11:52:22 -0400
committerJules Laplace <jules@okfoc.us>2014-07-09 11:52:22 -0400
commit56be0e870cf4ec8144d51eb2f1d30ce6fe6338bf (patch)
treed5fef79cbd465763a2ac7c2e5612e0a5807e2a19
parent18bb206bf7cd19da1db18e1370df4f09b58b976a (diff)
stub
-rw-r--r--index.js4
-rw-r--r--public/index.html2
-rw-r--r--views/index.ejs10
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>
+