Start working on VideoJS for Google Drive
This commit is contained in:
parent
daf2463a6a
commit
fe9ebfa6b1
5 changed files with 293 additions and 94 deletions
|
|
@ -4,6 +4,7 @@ html(lang="en")
|
|||
include head
|
||||
mixin head()
|
||||
link(href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css", rel="stylesheet")
|
||||
link(rel="stylesheet", href="https://vjs.zencdn.net/4.12/video-js.css")
|
||||
body
|
||||
#wrap
|
||||
nav.navbar.navbar-inverse.navbar-fixed-top(role="navigation")
|
||||
|
|
@ -228,3 +229,4 @@ html(lang="en")
|
|||
script(defer, src="/js/sc.js")
|
||||
script(defer, src="/js/froogaloop.min.js")
|
||||
script(defer, src="/js/swf.js")
|
||||
script(defer, src="https://vjs.zencdn.net/4.12/video.js")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue