h5-video

版权声明:转载请注明来源 https://blog.csdn.net/weixin_41829196/article/details/89395964
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>行动教练</title>
	<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"/>
	<style>
		#custom{
			width: 100%;
			height: auto;
		}
	</style>
</head>
<body>
<div>
	<video id="custom" controls="controls" autoplay="autoplay">
		<source src="https://cdn-img.chiyue365.com/marketing/2019-0417.mp4" type="video/mp4" />
	</video>
</div>
<script>
	var _hmt = _hmt || [];
	(function() {
		var hm = document.createElement("script");
		hm.src = "https://hm.baidu.com/hm.js?2adb76a300dca53932c9b1f40da1c7ab";
		var s = document.getElementsByTagName("script")[0];
		s.parentNode.insertBefore(hm, s);
	})();
</script>
</body>
</html>

猜你喜欢

转载自blog.csdn.net/weixin_41829196/article/details/89395964
今日推荐