Sharkey/src/client/app/base.pug

49 lines
878 B
Plaintext

block vars
doctype html
!= '\n<!-- Thank you for using Misskey! @syuilo -->\n'
html
head
meta(charset='utf-8')
meta(name='application-name' content='Misskey')
meta(name='theme-color' content=themeColor)
meta(name='referrer' content='origin')
meta(property='og:site_name' content='Misskey')
link(rel='manifest' href='/manifest.json')
title
block title
| Misskey
block desc
meta(name='description' content='A SNS')
block meta
style
include ./../../../built/client/assets/init.css
script
include ./../../../built/client/assets/boot.js
script
include ./../../../built/client/assets/safe.js
//- FontAwesome style
style #{facss}
//- highlight.js style
style #{hljscss}
body
noscript: p
| JavaScriptを有効にしてください
br
| Please turn on your JavaScript
div#ini: p
span .
span .
span .