Begin work on frontend!

This commit is contained in:
Cryptkeeper
2015-11-08 18:34:17 -06:00
parent e213561436
commit d64252d35d
11 changed files with 505 additions and 57 deletions

3
lib/util.js Normal file
View File

@ -0,0 +1,3 @@
exports.getCurrentTimeMs = function() {
return new Date().getTime();
};