add basic html
This commit is contained in:
parent
5205aa4f9b
commit
07d473f275
6 changed files with 37 additions and 1 deletions
7
server/index.js
Normal file
7
server/index.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
function init() {
|
||||
|
||||
}
|
||||
|
||||
module.exports = init;
|
Loading…
Add table
Add a link
Reference in a new issue