-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
<noscript>标签重复性未验证<noscript>标签内部元素未验证
以下代码验证通过:
<!DOCTYPE html>
<html mip>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://c.mipcdn.com/static/v1/mip.css">
<!--TODO: canonical href需要替换成原页面url-->
<link rel="canonical" href="https://www.mipengine.org/test_xxx.html">
<title>MIP页Demo效果</title>
<!--noscript 用于JS禁用时页面加载-->
<noscript>
<style mip-officialrelease>
body {
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
animation: none
}
</style>
<style>
body {}
</style>
</noscript>
</head>
<body>
<!--noscript 用于JS禁用时页面加载-->
<noscript>
<style mip-officialrelease>
body {
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
animation: none
}
</style>
<style>
body {}
</style>
</noscript>
<!--mip 运行环境-->
<script src="https://c.mipcdn.com/static/v1/mip.js"></script>
</body>
</html>Metadata
Metadata
Assignees
Labels
No labels
