2015-09-11 09:37:16 +00:00
|
|
|
|
2015-09-25 13:35:01 +00:00
|
|
|
Vn.includeCss ('pages/main/style.css');
|
|
|
|
|
2015-09-25 00:53:59 +00:00
|
|
|
Vn.include ('js/misc/main');
|
|
|
|
Vn.include ('js/vn/locale');
|
|
|
|
Vn.include ('js/vn/main');
|
|
|
|
Vn.include ('js/sql/main');
|
|
|
|
Vn.include ('js/db/main');
|
|
|
|
Vn.include ('js/htk/main');
|
|
|
|
Vn.include ('js/hedera/main');
|
2015-09-11 09:37:16 +00:00
|
|
|
|
2015-09-25 00:53:59 +00:00
|
|
|
Vn.main (function ()
|
|
|
|
{
|
2016-08-25 10:47:09 +00:00
|
|
|
hederaWeb = new Vn.App ();
|
|
|
|
hederaWeb.run ();
|
2015-09-11 09:37:16 +00:00
|
|
|
});
|