style: use Pretendard for default
style: apply some assets
This commit is contained in:
parent
a2f0dc46ce
commit
c34f13c24b
17 changed files with 45 additions and 35 deletions
|
@ -5,20 +5,21 @@ html
|
|||
meta(name="viewport", content="width=device-width, initial-scale=1.0")
|
||||
block meta
|
||||
- const title = t ? `${t} | Misskey Tools`: 'Misskey Tools';
|
||||
- const desc = d || '✨Misskey での1日のノート数、フォロー数、フォロワー数をカウントし、深夜0時にお知らせする便利サービスです。';
|
||||
- const desc = d || '🌠 연합우주의 모든 Misskey 사용자를 위한 다양한 도구 모음집 🚀';
|
||||
title= title
|
||||
meta(name='description' content=desc)
|
||||
meta(property='og:title' content=title)
|
||||
meta(property='og:site_name' content='Misskey Tools on LycheeBridge')
|
||||
meta(property='og:description' content=desc)
|
||||
meta(property='og:type' content='website')
|
||||
link(rel="preload" href="https://koruri.chillout.chat/koruri.css")
|
||||
meta(property='og:image' content='assets/misskey.png')
|
||||
link(rel="icon", href="/assets/lcb.png", type="image/png")
|
||||
link(rel="preload", href="/assets/otadesign_rounded.woff")
|
||||
link(rel="preload", href="/assets/otadesign_rounded.woff2")
|
||||
link(rel="stylesheet" href="https://koruri.chillout.chat/koruri.css")
|
||||
script(src='https://kit.fontawesome.com/c7ab6eba70.js' crossorigin='anonymous')
|
||||
link(rel="preload", href="/assets/PretendardJPVariable.woff2")
|
||||
link(rel="stylesheet", href="/assets/style.css")
|
||||
body
|
||||
#app: .loading Loading...
|
||||
#app: .loading 불러오는 중입니다...
|
||||
|
||||
if token
|
||||
script.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue