Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<meta charset="utf-8">
<title>MP4 Video</title>
</head>
<body>
<video controls preload>
<source src="videos/short.mp4"></source>
</video>
</body>
</html>