<html>
<head>
<title>動画を埋め込む</title>
</head>
<body>
<iframe src="file:///C:/Users/windo/Desktop/99999.mp4"
allowfullscreen="" frameborder="0" height="315" width="560">
</iframe>
<br>
---------------------------------------------------------------------
<br>
<video controls="" autoplay="" loop="" height="315" width="560">
<source src="file:///C:/Users/windo/Desktop/99999.mp4"></source>
</video>
<br>
<br>
<br>
</body>
</html>