Sharkey/src/web/app/base.pug

36 lines
668 B
Plaintext
Raw Normal View History

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