Clean up
This commit is contained in:
parent
c38a792238
commit
15b237875b
14 changed files with 20 additions and 20 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<h1>サインインしてください</h1>
|
||||
<mk-signin></mk-signin>
|
||||
</main>
|
||||
<footer><img src="/_/resources/auth/logo.svg" alt="Misskey"/></footer>
|
||||
<footer><img src="/resources/auth/logo.svg" alt="Misskey"/></footer>
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue