なんかもうめっちゃ変えた

This commit is contained in:
syuilo 2017-05-18 05:06:55 +09:00
parent 53c42f4324
commit c72a07187a
16 changed files with 233 additions and 508 deletions

View file

@ -7,14 +7,14 @@ import './style.styl';
import * as riot from 'riot';
require('./tags');
import boot from '../boot';
import init from '../init';
document.title = 'Misskey | アプリの連携';
/**
* Boot
* init
*/
boot(me => {
init(me => {
mount(document.createElement('mk-index'));
});

View file

@ -1,5 +0,0 @@
extends ../base
block head
meta(name='viewport' content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no')
script(src=`/assets/auth.${version}.ja.js` async defer)