加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
template.h5.html 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
weilanwl 提交于 2021-11-15 20:59 . up
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Access-Control-Allow-Origin" content="*">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0,viewport-fit=cover">
<link rel="alternate icon" type="image/png" href="<%= BASE_URL %>static/favicon.png">
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
<!-- 正式发布的时候使用,开发期间不启用。↓ -->
<script src="<%= BASE_URL %>static/touch-emulator.js"></script>
<script>
TouchEmulator();
// if (document.documentElement.clientWidth > 1024) {
// window.location.href = '<%= BASE_URL %>static/pcguide.html#'+location.pathname+location.search;
// }
</script>
<!-- 正式发布的时候使用,开发期间不启用。↑ -->
<style>
::-webkit-scrollbar{
display: none;
}
</style>
<link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
</head>
<body>
<noscript>
<strong>Please enable JavaScript to continue.</strong>
</noscript>
<div id="app"></div>
<script>
window.onload = function() {
console.log("Development support:color-ui.com");
}
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化