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

14 lines
260 B
Text
Raw Normal View History

2016-12-29 07:49:51 +09: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