diff --git a/Redditlikeshrek.HTML b/Redditlikeshrek.HTML
new file mode 100644
index 0000000..7f75133
--- /dev/null
+++ b/Redditlikeshrek.HTML
@@ -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>