2018-05-05 11:34:48 -05:00
|
|
|
block vars
|
|
|
|
|
2016-12-28 16:49:51 -06:00
|
|
|
doctype html
|
|
|
|
|
2017-03-22 02:19:32 -05:00
|
|
|
!= '\n<!-- Thank you for using Misskey! @syuilo -->\n'
|
2016-12-28 16:49:51 -06:00
|
|
|
|
2017-03-26 08:03:56 -05:00
|
|
|
html
|
2016-12-28 16:49:51 -06:00
|
|
|
|
|
|
|
head
|
|
|
|
meta(charset='utf-8')
|
2017-03-17 10:02:41 -05:00
|
|
|
meta(name='application-name' content='Misskey')
|
|
|
|
meta(name='theme-color' content=themeColor)
|
|
|
|
meta(name='referrer' content='origin')
|
2018-05-05 11:34:48 -05:00
|
|
|
meta(property='og:site_name' content='Misskey')
|
2017-11-18 07:39:09 -06:00
|
|
|
link(rel='manifest' href='/manifest.json')
|
2017-05-17 15:06:55 -05:00
|
|
|
|
2018-05-05 11:34:48 -05:00
|
|
|
title
|
|
|
|
block title
|
|
|
|
| Misskey
|
|
|
|
|
|
|
|
block desc
|
2018-05-28 07:31:20 -05:00
|
|
|
meta(name='description' content='A planet of fediverse')
|
2018-05-05 11:34:48 -05:00
|
|
|
|
|
|
|
block meta
|
2017-05-17 15:06:55 -05:00
|
|
|
|
2016-12-28 16:49:51 -06:00
|
|
|
style
|
2018-03-29 06:32:18 -05:00
|
|
|
include ./../../../built/client/assets/init.css
|
2017-05-17 15:06:55 -05:00
|
|
|
script
|
2018-03-29 06:32:18 -05:00
|
|
|
include ./../../../built/client/assets/boot.js
|
2017-05-17 15:06:55 -05:00
|
|
|
|
2017-05-24 16:33:59 -05:00
|
|
|
script
|
2018-03-29 06:32:18 -05:00
|
|
|
include ./../../../built/client/assets/safe.js
|
2017-05-24 16:33:59 -05:00
|
|
|
|
2017-12-07 23:05:30 -06:00
|
|
|
//- FontAwesome style
|
2017-12-07 11:44:50 -06:00
|
|
|
style #{facss}
|
2016-12-28 16:49:51 -06:00
|
|
|
|
2017-12-08 06:12:49 -06:00
|
|
|
//- highlight.js style
|
|
|
|
style #{hljscss}
|
|
|
|
|
2016-12-28 16:49:51 -06:00
|
|
|
body
|
2017-03-25 16:58:29 -05:00
|
|
|
noscript: p
|
|
|
|
| JavaScriptを有効にしてください
|
|
|
|
br
|
2017-12-07 08:48:46 -06:00
|
|
|
| Please turn on your JavaScript
|
2018-06-08 20:06:27 -05:00
|
|
|
div#ini.
|
|
|
|
<svg viewBox="0 0 50 50">
|
|
|
|
<path fill=#{themeColor} d="M25.251,6.461c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615V6.461z" />
|
|
|
|
</svg>
|