1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 03:15:58 +02:00
This commit is contained in:
syuilo
2017-02-22 03:27:38 +09:00
parent c38a792238
commit 15b237875b
14 changed files with 20 additions and 20 deletions

View File

@@ -2,5 +2,5 @@ extends ../base
block head
meta(name='viewport', content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no')
link(rel='stylesheet', href='/_/resources/auth/style.css')
script(src='/_/resources/auth/script.js', async, defer)
link(rel='stylesheet', href='/resources/auth/style.css')
script(src='/resources/auth/script.js', async, defer)