summaryrefslogtreecommitdiff
path: root/src/web/app/base.pug
blob: d7c7f0aed4dd5cbef95ea0ff6b594fcd079c19ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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')
		link(rel='manifest' href='/manifest.json')

		title Misskey

		style
			include ./../../../built/web/assets/init.css
		script
			include ./../../../built/web/assets/boot.js

		script
			include ./../../../built/web/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 .