diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org
index 052813f..c0168b4 100644
--- a/test/site/content-org/all-posts.org
+++ b/test/site/content-org/all-posts.org
@@ -368,7 +368,20 @@ stop
#+attr_html: :inlined t
#+RESULTS:
[[file:images/svg-with-hyperlinks.svg]]
+* Video :videos:
+** Embedded Video :embedded:
+:PROPERTIES:
+:EXPORT_FILE_NAME: embedded-video
+:END:
+[[https://www.w3schools.com/html/html5_video.asp][Using ~video~ HTML5 tag]]
+#+begin_export html
+
+#+end_export
+[[https://sample-videos.com/][Video source]]
* Setting heading anchors
:PROPERTIES:
:EXPORT_FILE_NAME: setting-heading-anchors
diff --git a/test/site/content/posts/embedded-video.md b/test/site/content/posts/embedded-video.md
new file mode 100644
index 0000000..1b02662
--- /dev/null
+++ b/test/site/content/posts/embedded-video.md
@@ -0,0 +1,14 @@
++++
+title = "Embedded Video"
+tags = ["videos", "embedded"]
+draft = false
++++
+
+[Using `video` HTML5 tag](https://www.w3schools.com/html/html5%5Fvideo.asp)
+
+
+
+[Video source](https://sample-videos.com/)
diff --git a/test/site/static/videos/sample.mp4 b/test/site/static/videos/sample.mp4
new file mode 100755
index 0000000..ed139d6
Binary files /dev/null and b/test/site/static/videos/sample.mp4 differ