Sharkey/src/client/app/base.pug

46 lines
991 B
Plaintext
Raw Normal View History

block vars
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')
meta(property='og:site_name' content='Misskey')
2017-11-18 15:39:09 +02:00
link(rel='manifest' href='/manifest.json')
2017-05-17 23:06:55 +03:00
title
block title
| Misskey
block desc
2018-05-28 15:31:20 +03:00
meta(name='description' content='A planet of fediverse')
block meta
2017-05-17 23:06:55 +03:00
2016-12-29 00:49:51 +02:00
style
2018-03-29 14:32:18 +03:00
include ./../../../built/client/assets/init.css
2017-05-17 23:06:55 +03:00
script
2018-03-29 14:32:18 +03:00
include ./../../../built/client/assets/boot.js
2017-05-17 23:06:55 +03:00
2017-05-25 00:33:59 +03:00
script
2018-03-29 14:32:18 +03:00
include ./../../../built/client/assets/safe.js
2017-05-25 00:33:59 +03:00
2017-12-08 07:05:30 +02:00
//- FontAwesome style
2017-12-07 19:44:50 +02:00
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
2018-06-09 04:06:27 +03: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>