加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
video.html 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuhenabc 提交于 2015-05-10 22:41 . add original files
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>视频</title>
<style type="text/css">
body {margin: 0; background-color: rgb(60,15,10);}
h1 {margin: 20px 0; font-family: "微软雅黑", sans-serif;}
#video {text-align: center; padding-top: 50px; color:white;}
</style>
</head>
<body>
<div id="video">
<h1>亚当大战夏娃</h1>
<video src="res/girl1.webm" controls="controls">
Your browser doesn't support the video tag.
</video>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化