You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
459 B
19 lines
459 B
doctype html
|
|
|
|
html(lang="en")
|
|
block var
|
|
i
|
|
head
|
|
meta(charset="UTF-8")
|
|
meta(http-equiv="X-UA-Compatible", content="IE=edge")
|
|
//- device-width 宽度低于1100像素的设备直接缩小
|
|
meta(name="viewport", content="width=1100, initial-scale=1.0")
|
|
title #{title || 'WEB'}
|
|
link(rel="stylesheet", href="/public/css/common/style.css")
|
|
block head
|
|
i
|
|
body
|
|
block content
|
|
div no content
|
|
block script
|
|
i
|
|
|