misskey/src/client/app/base.pug

39 lines
723 B
Plaintext
Raw Normal View History

2016-12-29 07:49:51 +09:00
doctype html
2017-03-22 16:19:32 +09:00
!= '\n<!-- Thank you for using Misskey! @syuilo -->\n'
2016-12-29 07:49:51 +09:00
2017-03-26 22:03:56 +09:00
html
2016-12-29 07:49:51 +09:00
head
meta(charset='utf-8')
2017-03-18 00:02:41 +09:00
meta(name='application-name' content='Misskey')
meta(name='theme-color' content=themeColor)
meta(name='referrer' content='origin')
2017-11-18 22:39:09 +09:00
link(rel='manifest' href='/manifest.json')
2017-05-18 05:06:55 +09:00
2016-12-29 07:49:51 +09:00
title Misskey
2017-05-18 05:06:55 +09:00
2016-12-29 07:49:51 +09:00
style
2018-03-29 20:32:18 +09:00
include ./../../../built/client/assets/init.css
2017-05-18 05:06:55 +09:00
script
2018-03-29 20:32:18 +09:00
include ./../../../built/client/assets/boot.js
2017-05-18 05:06:55 +09:00
2017-05-25 06:33:59 +09:00
script
2018-03-29 20:32:18 +09:00
include ./../../../built/client/assets/safe.js
2017-05-25 06:33:59 +09:00
2017-12-08 14:05:30 +09:00
//- FontAwesome style
2017-12-08 02:44:50 +09:00
style #{facss}
2016-12-29 07:49:51 +09:00
2017-12-08 21:12:49 +09:00
//- highlight.js style
style #{hljscss}
2016-12-29 07:49:51 +09:00
body
2017-03-26 06:58:29 +09:00
noscript: p
| JavaScriptを有効にしてください
br
2017-12-07 23:48:46 +09:00
| Please turn on your JavaScript
2017-02-22 03:13:19 +09:00
div#ini: p
2016-12-29 07:49:51 +09:00
span .
span .
span .