web/res/js/videojs/examples/index.html
changeset 1511 25731d245eda
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/res/js/videojs/examples/index.html	Wed Dec 11 10:17:08 2019 +0100
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="utf-8" />
+  <title>Index of video.js examples</title>
+</head>
+<body>
+
+  <h1>Index of video.js examples</h1>
+  <ul>
+    <li><a href="simple-embed">Video.js HTML5 video player simple example</a></li>
+    <li><a href="elephantsdream">Elephants Dream video with text descriptions, chapters &amp; captions example</a></li>
+  </ul>
+
+</body>
+
+</html>