block vars block loadClientEntry - const clientEntry = config.clientEntry; doctype html // - _____ _ _ / ___| | | | \ `--.| |__ __ _ _ __| | _____ _ _ `--. \ '_ \ / _` | '__| |/ / _ \ | | | /\__/ / | | | (_| | | | < __/ |_| | \____/|_| |_|\__,_|_| |_|\_\___|\__, | __/ | |___/ Thank you for using Sharkey! If you are reading this message... how about joining the development? https://activitypub.software/TransFem-org/Sharkey html head meta(charset='utf-8') meta(name='application-name' content='Sharkey') meta(name='referrer' content='origin') meta(name='theme-color' content= themeColor || '#86b300') meta(name='theme-color-orig' content= themeColor || '#86b300') meta(property='og:site_name' content= instanceName || 'Sharkey') meta(property='instance_url' content= instanceUrl) meta(name='viewport' content='width=device-width, initial-scale=1') link(rel='icon' href= icon || '/favicon.ico') link(rel='apple-touch-icon' href= appleTouchIcon || '/apple-touch-icon.png') link(rel='manifest' href='/manifest.json') link(rel='search' type='application/opensearchdescription+xml' title=(title || "Sharkey") href=`${url}/opensearch.xml`) 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/phosphor-icons/bold/style.css') link(rel='stylesheet' href='/static-assets/fonts/sharkey-icons/style.css') link(rel='modulepreload' href=`/vite/${clientEntry.file}`) script(src='/client-assets/libopenmpt.js') 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 || 'Sharkey' block desc meta(name='description' content= desc || '✨🌎✨ A interplanetary communication platform βœ¨πŸš€βœ¨') block meta block og meta(property='og:title' content= title || 'Sharkey') meta(property='og:description' content= desc || '✨🌎✨ A interplanetary communication platform βœ¨πŸš€βœ¨') meta(property='og:image' content= img) meta(property='twitter:card' content='summary') style include ../style.css script. var VERSION = "#{version}"; var CLIENT_ENTRY = "#{clientEntry.file}"; window.libopenmpt = window.Module; script include ../boot.js body noscript: p | JavaScriptγ‚’ζœ‰εŠΉγ«γ—γ¦γγ γ•γ„ br | Please turn on your JavaScript div#splash img#splashIcon(src= icon || '/static-assets/splash.png') span#splashText block randomMOTD = randomMOTD div#splashSpinner block content