1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-12 04:25:05 -05:00
kaiwa/clientapp/libraries/init.js
2013-06-03 15:51:30 -07:00

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();
});