summaryrefslogtreecommitdiff
path: root/src/web/app/base.pug
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-22 16:19:32 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-22 16:19:32 +0900
commitb646877e8bf73650859c52fc00a601da5b34bfc0 (patch)
tree347c7a8d7744b8da7d966fe0422dad6f38a8a610 /src/web/app/base.pug
parent[Client] Fix design (diff)
downloadsharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.gz
sharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.bz2
sharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.zip
#309 and some cleanups
Diffstat (limited to 'src/web/app/base.pug')
-rw-r--r--src/web/app/base.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/base.pug b/src/web/app/base.pug
index 90fb7b24a2..d1095f6466 100644
--- a/src/web/app/base.pug
+++ b/src/web/app/base.pug
@@ -1,6 +1,6 @@
doctype html
-!= '\r\n<!-- Thank you for using Misskey! @syuilo -->\r\n'
+!= '\n<!-- Thank you for using Misskey! @syuilo -->\n'
html(lang='ja' dir='ltr')
@@ -11,7 +11,7 @@ html(lang='ja' dir='ltr')
meta(name='referrer' content='origin')
title Misskey
style
- include ./../../../built/web/resources/init.css
+ include ./../../../built/web/assets/init.css
script(src='https://use.fontawesome.com/22aba0df4f.js' async)
block head