1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 14:16:03 +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

@@ -1,5 +1,5 @@
extends ../base
block head
link(rel='stylesheet', href='/_/resources/dev/style.css')
script(src='/_/resources/dev/script.js', async, defer)
link(rel='stylesheet', href='/resources/dev/style.css')
script(src='/resources/dev/script.js', async, defer)