diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/docs/index.html b/docs/index.html index 77502f35..f64792fc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,25 +8,27 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.1.14/plyr.css?1"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.2.0/plyr.css?1"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.1.14/docs.css?2"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.2.0/docs.css?2"> </head> <body> <header> <h1>Plyr</h1> <p>A simple HTML5 media player with custom controls and WebVTT captions by <a href="https://twitter.com/sam_potts" target="_blank">@sam_potts</a></p> - <ul class="actions"> - <li> - <a href="https://github.com/selz/plyr" target="_blank" class="btn btn-primary">Download on GitHub</a> - <span class="btn-count js-stargazers-count">…</span> - </li> - <li> - <a href="https://twitter.com/intent/tweet?text=A+simple+HTML5+media+player+with+custom+controls+and+WebVTT+captions.&url=http%3A%2F%2Fplyr.io&via=Sam_Potts" target="_blank" class="btn js-popup" data-window-height="250" data-window-width="500">Tweet</a> - <span class="btn-count js-tweet-count">…</span> - </li> - </ul> + <nav> + <ul> + <li> + <a href="https://github.com/selz/plyr" target="_blank" class="btn btn-primary">Download on GitHub</a> + <span class="btn-count js-stargazers-count">…</span> + </li> + <li> + <a href="https://twitter.com/intent/tweet?text=A+simple+HTML5+media+player+with+custom+controls+and+WebVTT+captions.&url=http%3A%2F%2Fplyr.io&via=Sam_Potts" target="_blank" class="btn js-popup" data-window-height="250" data-window-width="500">Tweet</a> + <span class="btn-count js-tweet-count">…</span> + </li> + </ul> + </nav> </header> <main role="main" id="main"> @@ -95,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.14/sprite.svg"); + })(document, "https://cdn.plyr.io/1.2.0/sprite.svg"); </script> <!-- Plyr core script --> - <script src="https://cdn.plyr.io/1.1.14/plyr.js?1"></script> + <script src="https://cdn.plyr.io/1.2.0/plyr.js?1"></script> <!-- Docs script --> - <script src="https://cdn.plyr.io/1.1.14/docs.js?1"></script> + <script src="https://cdn.plyr.io/1.2.0/docs.js?1"></script> </body> </html> |