1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2025-02-20 04:51:50 -05:00

10 lines
230 B
JavaScript
Raw Normal View History

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