加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
luodepei 提交于 2018-07-06 03:28 . 更新 index.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<style>
h2,p{padding:2px; font: "微软雅黑"; text-align: center;}
video{max-width: 100%;height:auto}
div{display: flex;}
div{justify-content: center;}
</style>
</head>
<body>
<h2>旅游</h2>
<div>
<video src="1496000676865.mp4" controls="controls" preload="auto" >个人旅行</video>
</div>
<p>拍到路人</p>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化