close #42 fallback to html when doctype is invalid

This commit is contained in:
Yanzhen Yu
2020-09-06 16:59:03 +08:00
parent 9d58205bf8
commit 8565b0d692
3 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<!DOCTYPE >
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Invalid Doctype</title>
</head>
<body></body>
</html>