test/index.html
changeset 1073 687133dc13cf
parent 1072 ac1eacb3aa33
--- a/test/index.html	Wed Sep 04 17:32:50 2024 +0200
+++ b/test/index.html	Thu Oct 17 00:58:24 2024 +0200
@@ -11,13 +11,14 @@
     <body>
         <h1>Metadataplayer test configurations</h1>
         <ul class="pageindex">
-            <li><h2><a href="placeholderplayer.htm">with Placeholder Player instead of video</a></h2></li>
-            <li><h2><a href="jwplayer.htm">with JwPlayer (default on Ldt Platform, uses custom player functions)</a></h2></li>
-            <li><h2><a href="oggvideo.htm">with HTML5/OGG (compatible with Firefox and Chrome)</a></h2></li>
-            <li><h2><a href="mp4video.htm">with MP4 (HTML5 with compatible browsers, JwPlayer with others)</a></h2></li>
-            <li><h2><a href="youtube.htm">with Youtube (uses Popcorn.js and the Popcorn Youtube plugin/player)</a></h2></li>
-            <li><h2><a href="vimeo.htm">with Vimeo (uses Popcorn.js and the Popcorn Vimeo plugin/player)</a></h2></li>
-            <li><h2><a href="dailymotion.htm">with Dailymotion (uses custom player functions)</a></h2></li>
+            <li><h2><a href="placeholderplayer.html">with Placeholder Player instead of video</a></h2></li>
+            <li><h2><a href="jwplayer.html">with JwPlayer (default on Ldt Platform, uses custom player functions)</a></h2></li>
+            <li><h2><a href="oggvideo.html">with HTML5/OGG (compatible with Firefox and Chrome)</a></h2></li>
+            <li><h2><a href="mp4video.html">with MP4 (HTML5 with compatible browsers, JwPlayer with others)</a></h2></li>
+            <li><h2><a href="youtube.html">with Youtube (uses Popcorn.js and the Popcorn Youtube plugin/player)</a></h2></li>
+            <li><h2><a href="vimeo.html">with Vimeo (uses Popcorn.js and the Popcorn Vimeo plugin/player)</a></h2></li>
+            <li><h2><a href="dailymotion.html">with Dailymotion (uses custom player functions)</a></h2></li>
+            <li><h2><a href="videojs.html">with Videojs (uses custom player functions)</a></h2></li>
         </ul>
     </body>
 </html>