添加基本meta元数据

This commit is contained in:
赵鑫 2022-08-25 17:56:34 +08:00
parent f4a8a1fc7c
commit 6e3251ce25

View File

@ -1,6 +1,9 @@
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")
title #{title}
body
h1 #{title}