-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
160 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[] | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html mip="" lang="zh-CN"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title></title> | ||
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> | ||
<link rel="canonical" href="https://www.baidu.com"> | ||
<link rel="stylesheet" href="https://mipcache.bdstatic.com/static/v1/mip.css"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> | ||
<script src="https://mipcache.bdstatic.com/static/v1/mip.js"></script> | ||
<script async src="https://mipcache.bdstatic.com/static/v1/mip-ad/mip-ad.js"></script> | ||
</head> | ||
|
||
<body> | ||
<mip-form method="get" url="https://www.mipengine.org?we=123"> | ||
<input type="text" name="username" validatetarget="username" validatetype="must" placeholder="姓名"> | ||
<div target="username">姓名不能为空</div> | ||
<input type="number" name="age" validatetarget="age" validatetype="must" placeholder="年龄"> | ||
<div target="age">年龄不能为空</div> | ||
<input type="submit" value="提交"> | ||
</mip-form> | ||
<mip-vd-baidu src="https://www.mipengine.org/static/img/banner2_wise_ab3d9a7.png" title="title" poster="https://www.mipengine.org/static/img/banner2_wise_ab3d9a7.png"></mip-vd-baidu> | ||
<script src="https://mipcache.bdstatic.com/static/v1/mip-form/mip-form.js"></script> | ||
<script type="text/javascript" src="https://mipcache.bdstatic.com/static/v1/mip-ad/mip-ad.js"></script> | ||
<script type="application/json" src="https://mipcache.bdstatic.com/static/v1/mip-sidebar/mip-sidebar.js"></script> | ||
<script type="" src="https://mipcache.bdstatic.com/static/v1/mip-showmore/mip-showmore.js"></script> | ||
<script type="application/json"> | ||
{ | ||
a:1 | ||
} | ||
</script> | ||
<script async src="https://mipcache.bdstatic.com/static/v1/mip-vd-baidu/mip-vd-baidu.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"message": "标签'script'的强制性属性'async'缺失", | ||
"code": "06200501", | ||
"line": 11, | ||
"col": 5, | ||
"offset": 387, | ||
"input": " <script src=\"https://mipcache.bdstatic.com/static/v1/mip.js\"></script>" | ||
}, | ||
{ | ||
"message": "标签'script'中的属性'type'的属性值'application/json'无效", | ||
"code": "06200301", | ||
"line": 26, | ||
"col": 5, | ||
"offset": 1366, | ||
"input": " <script type=\"application/json\" src=\"https://mipcache.bdstatic.com/static/v1/mip-sidebar/mip-sidebar.js\"></script>" | ||
}, | ||
{ | ||
"message": "标签'script'中的属性'type'的属性值''无效", | ||
"code": "06200301", | ||
"line": 27, | ||
"col": 5, | ||
"offset": 1485, | ||
"input": " <script type=\"\" src=\"https://mipcache.bdstatic.com/static/v1/mip-showmore/mip-showmore.js\"></script>" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.