diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 03:27:38 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 03:27:38 +0900 |
| commit | 15b237875b62454f7520b261e281860ccf572532 (patch) | |
| tree | 7746a25aa2b42625154f6d55bb720f7fdbc9b454 /src/web/app/auth/view.pug | |
| parent | Fix bug (diff) | |
| download | misskey-15b237875b62454f7520b261e281860ccf572532.tar.gz misskey-15b237875b62454f7520b261e281860ccf572532.tar.bz2 misskey-15b237875b62454f7520b261e281860ccf572532.zip | |
Clean up
Diffstat (limited to 'src/web/app/auth/view.pug')
| -rw-r--r-- | src/web/app/auth/view.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/auth/view.pug b/src/web/app/auth/view.pug index a7b9f9263b..94ec12a9af 100644 --- a/src/web/app/auth/view.pug +++ b/src/web/app/auth/view.pug @@ -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) |