Got basis for web done

This commit is contained in:
Tim Shannon
2016-04-06 16:31:22 +00:00
parent acfa4ff7fe
commit 7d2fa0a6ef
11 changed files with 657 additions and 13 deletions

19
web/js/index.js Normal file
View File

@ -0,0 +1,19 @@
// Copyright 2016 Tim Shannon. All rights reserved.
// Use of this source code is governed by the MIT license
// that can be found in the LICENSE file.
/* jshint strict: true */
(function() {
"use strict";
var r = new Ractive({
el: "body",
template: "#tMain",
data: function() {
return {
};
},
});
})();

9
web/js/ractive.min.js vendored Normal file

File diff suppressed because one or more lines are too long