0
1
Fork 0
hedera-web-mindshore/app.js

11 lines
172 B
JavaScript
Raw Normal View History

2016-09-24 14:32:31 +00:00
2016-09-26 09:28:47 +00:00
var Hedera = require ('hedera/hedera');
Vn.includeCss ('pages/main/style.css');
2016-09-24 14:32:31 +00:00
2016-09-26 09:28:47 +00:00
window.onload = function main ()
{
hederaWeb = new Hedera.App ();
hederaWeb.run ();
}
2016-09-24 14:32:31 +00:00