westdc-zf1/htdocs/static-sanji-v2/html/video.html

14 lines
332 B
HTML
Raw Normal View History

2018-05-11 14:49:03 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title></title>
</head>
<body>
<video autoplay="" muted="" loop="" class="video">
<source src="../img/tpe_1.mp4" type="video/mp4">
</video>
</body>
</html>