<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
.center{
margin: 0 auto;
text-align:center;
}
</style>
</head>
<body>
<div class="center">
<video src="media/loveliness.mp4" controls height="600px" autoplay width="1024px" preload="auto"></video>
</div>
</body>
</html>