misskey/src/web/app/common/pages/about/base.pug

14 lines
260 B
Plaintext
Raw Normal View History

2016-12-28 23:49:51 +01:00
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