Create Redditlikeshrek.HTML

This commit is contained in:
Dangrainage 2023-10-01 16:32:21 +02:00 committed by GitHub
parent 7fe04305d8
commit 480e492d27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
Redditlikeshrek.HTML Normal file
View file

@ -0,0 +1,12 @@
<!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>