加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
WhiteBlue 提交于 2016-01-05 13:18 . animation add
<!DOCTYPE html>
<html>
<head lang="zh-cn">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<title>BiliBili-Html5</title>
<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-siteapp"/>
<link rel="alternate icon" type="image/png" href="dist/images/favicon.png">
<link rel="apple-touch-icon-precomposed" href="dist/images/app-icon72x72@2x.png">
<meta name="apple-mobile-web-app-title" content="AMUI React"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="http://cdn.amazeui.org/amazeui/2.4.0/css/amazeui.min.css"/>
<link rel="stylesheet" href="http://cdn.bootcss.com/video.js/5.4.6/video-js.min.css">
<link rel="stylesheet" href="dist/styles/main.css">
</head>
<body>
<div id="content"></div>
<script src="http://cdn.bootcss.com/jquery/2.1.4/jquery.min.js"></script>
<script src="CommentCoreLibrary.min.js"></script>
<script src="dist/js/app.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化