#309 and some cleanups
This commit is contained in:
Before Width: | Height: | Size: 646 B After Width: | Height: | Size: 646 B |
@ -23,7 +23,7 @@
|
||||
<h1>サインインしてください</h1>
|
||||
<mk-signin></mk-signin>
|
||||
</main>
|
||||
<footer><img src="/resources/auth/logo.svg" alt="Misskey"/></footer>
|
||||
<footer><img src="/assets/auth/logo.svg" alt="Misskey"/></footer>
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
@ -2,4 +2,4 @@ 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=`/resources/auth/script.${version}.js` async defer)
|
||||
script(src=`/assets/auth/script.${version}.js` async defer)
|
||||
|
Reference in New Issue
Block a user