block vars block loadClientEntry - const clientEntry = config.clientEmbedEntry; doctype html // - _____ _ _ | |_|___ ___| |_ ___ _ _ | | | | |_ -|_ -| '_| -_| | | |_|_|_|_|___|___|_,_|___|_ | |___| Thank you for using Misskey! If you are reading this message... how about joining the development? https://github.com/misskey-dev/misskey html(class='embed') head meta(charset='utf-8') meta(name='application-name' content='Misskey') meta(name='referrer' content='origin') meta(name='theme-color' content= themeColor || '#86b300') meta(name='theme-color-orig' content= themeColor || '#86b300') meta(property='instance_url' content= instanceUrl) meta(name='viewport' content='width=device-width, initial-scale=1') meta(name='format-detection' content='telephone=no,date=no,address=no,email=no,url=no') link(rel='icon' href= icon || '/favicon.ico') link(rel='apple-touch-icon' href= appleTouchIcon || '/apple-touch-icon.png') link(rel='prefetch' href=serverErrorImageUrl) link(rel='prefetch' href=infoImageUrl) link(rel='prefetch' href=notFoundImageUrl) //- https://github.com/misskey-dev/misskey/issues/9842 link(rel='stylesheet' href='/assets/tabler-icons/tabler-icons.min.css?v3.3.0') link(rel='modulepreload' href=`/vite/${clientEntry.file}`) if !config.clientManifestExists script(type="module" src="/vite/@vite/client") if Array.isArray(clientEntry.css) each href in clientEntry.css link(rel='stylesheet' href=`/vite/${href}`) title block title = title || 'Misskey' block meta meta(name='robots' content='noindex') style include ../style.css include ../style.embed.css script. var VERSION = "#{version}"; var CLIENT_ENTRY = "#{clientEntry.file}"; script(type='application/json' id='misskey_meta' data-generated-at=now) != metaJson script include ../boot.embed.js body noscript: p | JavaScriptを有効にしてください br | Please turn on your JavaScript div#splash img#splashIcon(src= icon || '/static-assets/splash.png') div#splashSpinner block content