minor cleanup on index
This commit is contained in:
parent
e947516896
commit
abcdc08bd6
|
@ -59,6 +59,7 @@ code {
|
|||
<script type="text/javascript" src="jquery.srt.js"></script>
|
||||
|
||||
<video src="http://example.com/video.ogv" id="video" controls>
|
||||
</video>
|
||||
<div class="srt"
|
||||
data-video="video"
|
||||
data-srt="http://example.com/video.srt" />
|
||||
|
@ -71,11 +72,10 @@ if no data-srt is provided, the contents of the div is parsed as srt.
|
|||
<b>Download:</b> <a href="jquery.srt.js">jquery.srt.js</a>
|
||||
</p>
|
||||
</div>
|
||||
<div id="example">
|
||||
<p>
|
||||
<video src="http://footage.stealthisfilm.com/stream/Robert%20Darnton%20-%20Two%20Information%20Systems%20at%20War%2C%20in%2018th%20Century%20France.ogg" id="video" autplay controls></video>
|
||||
</p>
|
||||
<div class="srt" data-video="video" data-srt="sample.srt"></div>
|
||||
<div class="srt" data-video="video" data-srt="sample.srt"> </div>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user