mirror of
https://github.com/iv-org/videojs-vtt-thumbnails.git
synced 2024-10-01 03:05:36 -04:00
20 lines
655 B
HTML
20 lines
655 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>videojs-vtt-thumbnails Unit Tests</title>
|
||
|
<link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css">
|
||
|
<link rel="stylesheet" href="../node_modules/video.js/dist/video-js.css">
|
||
|
<link href="../dist/videojs-vtt-thumbnails.css" rel="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="qunit"></div>
|
||
|
<div id="qunit-fixture"></div>
|
||
|
|
||
|
<script src="../node_modules/sinon/pkg/sinon.js"></script>
|
||
|
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
|
||
|
<script src="../node_modules/video.js/dist/video.js"></script>
|
||
|
<script src="../test/dist/bundle.js"></script>
|
||
|
</body>
|
||
|
</html>
|