1 Star 0 Fork 0

LanJH/candy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
LanJH 提交于 2019-05-10 17:03 . first
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CandyEOS</title>
<link rel="icon" href="./static/ico.png">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
<!-- 使用最高版本ie,Chrome渲染 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- 将不识别邮箱、电话、地址 -->
<meta name="format-detection" content="address=no,telephone=no,email=no">
<!--UC 浏览器 start-->
<!-- 解决UC浏览器默认把wap页面字体放大问题 -->
<meta name="wap-font-scale" content="no">
<!-- UC强制全屏 -->
<meta name="full-screen" content="yes">
<!-- UC强制竖屏 -->
<meta name="screen-orientation" content="portrait">
<!-- UC应用模式 -->
<meta name="browsermode" content="application">
<!--UC 浏览器 end-->
<!--QQ 浏览器 start-->
<!--QQ强制竖屏 -->
<meta name="x5-orientation" content="portrait">
<!--QQ强制全屏 -->
<meta name="x5-fullscreen" content="true">
<!--QQ应用模式 -->
<meta name="x5-page-mode" content="app">
<!--QQ 浏览器 end-->
<!--苹果 浏览器 start-->
<!-- 删除默认的苹果工具栏和菜单栏,全屏模式 -->
<meta name="apple-touch-fullscreen" content="yes">
<!-- IOS启用 WebApp 全屏模式 -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- 状态栏风格颜色 -->
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- IOS添加到主屏后的标题 -->
<meta name="apple-mobile-web-app-title" content="li">
<!--苹果 浏览器 end-->
<!-- 清除HTML页面缓存 start -->
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lanjianhui/candy.git
git@gitee.com:lanjianhui/candy.git
lanjianhui
candy
candy
master

搜索帮助