<?php
//Template Name: video
?>
<html>
<style>
video{
height:100%;
width:100%;
}
</style>
<body>
<video controls="controls">
<source src="<?php echo (get_template_directory_uri().'/tmp/keylab_02.mov')?>" type="video/mp4" />
</video>
</body>
</html>