12 lines
270 B
HTML
12 lines
270 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Your Website</title>
|
|
</head>
|
|
<body>
|
|
<video width="640" height="360" controls>
|
|
<source src="entire_shrek_movie.webm" type="video/webm">
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
</body>
|
|
</html>
|