14 lines
419 B
Plaintext
14 lines
419 B
Plaintext
|
doctype html
|
||
|
html(lang='zh')
|
||
|
head
|
||
|
meta(charset='UTF-8')
|
||
|
meta(http-equiv='X-UA-Compatible' content='IE=edge')
|
||
|
meta(name='viewport' content='width=device-width, initial-scale=1.0')
|
||
|
link(rel='icon' href='/favicon.ico' type='image/x-icon')
|
||
|
link(rel='stylesheet' href='/style.css')
|
||
|
title #{title}
|
||
|
body
|
||
|
.container
|
||
|
h1 #{title}
|
||
|
block main
|