Initial commit 🍀
This commit is contained in:
commit
b3f42e62af
405 changed files with 31017 additions and 0 deletions
13
src/web/app/common/pages/about/base.pug
Normal file
13
src/web/app/common/pages/about/base.pug
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
13
src/web/app/common/pages/about/pages/staff.pug
Normal file
13
src/web/app/common/pages/about/pages/staff.pug
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
extends ../base
|
||||
|
||||
block title
|
||||
| スタッフ | Misskey
|
||||
|
||||
block header
|
||||
| スタッフ
|
||||
|
||||
block content
|
||||
div.members
|
||||
div.member
|
||||
p しゅいろ
|
||||
p 統括、設計、グラフィックデザイン、プログラム
|
||||
Loading…
Add table
Add a link
Reference in a new issue