FoundKey/src/client/app/base.pug

39 lines
723 B
Plaintext
Raw Normal View History

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