cs50/video.html

15 lines
189 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>video</title>
</head>
<body>
<video controls muted>
<source src="video.mp4" type="video/mp4">
</video>
</body>
</html>