1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/clientapp/libraries/init.js
2013-08-20 10:45:06 -07:00

10 lines
230 B
JavaScript

$('head').prepend([
'<link rel="stylesheet" href="/style.css">',
// '<link rel="stylesheet" href="/fonts.css">',
// '<link rel="stylesheet" href="/ui.css">',
].join(''))
$(function () {
require('app').launch();
});