mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
18 lines
683 B
HTML
18 lines
683 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>videojs-playlist-ui Demo</title>
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<li><a href="example.html">Example</a></li>
|
|
<li><a href="example-two-players.html">Example with Two Playlist Players</a></li>
|
|
<li><a href="example-custom-class.html">Example with Custom Class</a></li>
|
|
<li><a href="example-custom-element.html">Example with Custom Element</a></li>
|
|
<li><a href="example-horizontal.html">Example, Horizontal Implementation</a></li>
|
|
<li><a href="example-custom-data.html">Example with Custom Data Attributes</a></li>
|
|
<li><a href="test/debug.html">Run unit tests in browser.</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|