fantastic-garbanzo/Redditlikeshrek.HTML
2023-10-01 16:32:21 +02:00

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>