mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-12 04:25:05 -05:00
11 lines
327 B
JavaScript
11 lines
327 B
JavaScript
$('head').prepend([
|
|
'<link rel="stylesheet" href="/style.css">',
|
|
'<link rel="stylesheet" href="/fonts.css">',
|
|
'<link rel="stylesheet" href="/ui.css">',
|
|
'<meta name="google-site-verification" content="OEAv0Phoo4ZRGpC-GIVt-WpSDQU8wtQerm6s9PToCVY" />'
|
|
].join(''))
|
|
|
|
$(function () {
|
|
require('app').launch();
|
|
});
|