kaiwa/clientapp/libraries/init.js

10 lines
230 B
JavaScript
Raw Normal View History

2013-06-03 18:51:30 -04:00
$('head').prepend([
'<link rel="stylesheet" href="/style.css">',
2013-08-20 13:45:06 -04:00
// '<link rel="stylesheet" href="/fonts.css">',
// '<link rel="stylesheet" href="/ui.css">',
2013-06-03 18:51:30 -04:00
].join(''))
$(function () {
require('app').launch();
});