Rebrand to Forkey #35

Merged
ashten merged 9 commits from forkey-rebrand into main 2025-01-18 23:57:03 +00:00
Showing only changes of commit 66d3623e22 - Show all commits

View file

@ -5,33 +5,32 @@ block loadClientEntry
doctype html
//
-
_____ _ _
| |_|___ ___| |_ ___ _ _
| | | | |_ -|_ -| '_| -_| | |
|_|_|_|_|___|___|_,_|___|_ |
|___|
Thank you for using Misskey!
If you are reading this message... how about joining the development?
https://github.com/misskey-dev/misskey
//███████╗░█████╗░██████╗░██╗░░██╗███████╗██╗░░░██╗
//██╔════╝██╔══██╗██╔══██╗██║░██╔╝██╔════╝╚██╗░██╔╝
//█████╗░░██║░░██║██████╔╝█████═╝░█████╗░░░╚████╔╝░
//██╔══╝░░██║░░██║██╔══██╗██╔═██╗░██╔══╝░░░░╚██╔╝░░
//██║░░░░░╚█████╔╝██║░░██║██║░╚██╗███████╗░░░██║░░░
//╚═╝░░░░░░╚════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝░░░╚═╝░░░
// Thank you for using Forkkey!
// If you are reading this message... how about joining the development?
// https://git.woem.men/woem.men/forkey
html
head
meta(charset='utf-8')
meta(name='application-name' content='Misskey')
meta(name='application-name' content='Forkey')
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 || 'Misskey')
meta(property='og:site_name' content= instanceName || 'Forkey')
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 || "Misskey") href=`${url}/opensearch.xml`)
link(rel='search' type='application/opensearchdescription+xml' title=(title || "Forkey") href=`${url}/opensearch.xml`)
link(rel='prefetch' href=serverErrorImageUrl)
link(rel='prefetch' href=infoImageUrl)
link(rel='prefetch' href=notFoundImageUrl)