summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2016-12-31 06:55:07 +0900
committersyuilo <syuilotan@yahoo.co.jp>2016-12-31 06:55:07 +0900
commit65edb949bcf4731c0f3c5595bc2af9c3ee4ca75c (patch)
tree85673bbd670ce3931de21fbc516a46f54388e9b0
parentMove src/web/about/pages --> docs/ (diff)
downloadsharkey-65edb949bcf4731c0f3c5595bc2af9c3ee4ca75c.tar.gz
sharkey-65edb949bcf4731c0f3c5595bc2af9c3ee4ca75c.tar.bz2
sharkey-65edb949bcf4731c0f3c5595bc2af9c3ee4ca75c.zip
Removes unused files
-rw-r--r--src/web/app/common/pages/about/base.pug13
-rw-r--r--src/web/app/common/pages/about/pages/staff.pug13
2 files changed, 0 insertions, 26 deletions
diff --git a/src/web/app/common/pages/about/base.pug b/src/web/app/common/pages/about/base.pug
deleted file mode 100644
index 0bac19ee2b..0000000000
--- a/src/web/app/common/pages/about/base.pug
+++ /dev/null
@@ -1,13 +0,0 @@
-extends ../../../base
-
-block head
- link(rel='stylesheet', href='/_/resources/common/pages/about/style.css')
- script(src='/_/resources/common/pages/about/script.js', async, defer)
-
-block body
- article
- header
- h1
- block header
- div.body
- block content
diff --git a/src/web/app/common/pages/about/pages/staff.pug b/src/web/app/common/pages/about/pages/staff.pug
deleted file mode 100644
index dfdf015a3d..0000000000
--- a/src/web/app/common/pages/about/pages/staff.pug
+++ /dev/null
@@ -1,13 +0,0 @@
-extends ../base
-
-block title
- | スタッフ | Misskey
-
-block header
- | スタッフ
-
-block content
- div.members
- div.member
- p しゅいろ
- p 統括、設計、グラフィックデザイン、プログラム \ No newline at end of file