#309 and some cleanups
This commit is contained in:
parent
5306bb518d
commit
b646877e8b
49 changed files with 44 additions and 1859 deletions
|
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue