Skip to content

Commit 270b693

Browse files
author
Carey Hinoki
committed
fix(index.html): Update to point to valid css file.
1 parent dfc4258 commit 270b693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- Place favicon.ico in the root directory -->
1212

1313
<link href="node_modules/video.js/dist/video-js.css" rel="stylesheet">
14-
<link href="videojs.chapter-thumbnail.css" rel="stylesheet">
14+
<link href="videojs.chapter-thumbnails.css" rel="stylesheet">
1515
</head>
1616
<body>
1717
<video id="player" class="video-js vjs-default-skin vjs-big-play-centered" width="600" height="250" controls>

0 commit comments

Comments
 (0)