add basic html

This commit is contained in:
Asraelite 2016-03-21 12:47:45 +00:00
parent 5205aa4f9b
commit 07d473f275
6 changed files with 37 additions and 1 deletions

7
server/index.js Normal file
View file

@ -0,0 +1,7 @@
'use strict';
function init() {
}
module.exports = init;