diff options
author | Sam Potts <me@sampotts.me> | 2015-02-15 12:17:16 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-15 12:17:16 +1100 |
commit | 0f77a444729468cf555346df335cb21f86113721 (patch) | |
tree | d8ddc1e44d0ca04d2f73939ebd7c74542850338b /docs/index.html | |
parent | 63c1d04d72845ecaf82df14ca06300b0d220def9 (diff) | |
download | plyr-0f77a444729468cf555346df335cb21f86113721.tar.lz plyr-0f77a444729468cf555346df335cb21f86113721.tar.xz plyr-0f77a444729468cf555346df335cb21f86113721.zip |
Audio player, tweaks to suit
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index f139e58f..00000000 --- a/docs/index.html +++ /dev/null @@ -1,49 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <meta charset="utf-8" /> - <title>Simple Media</title> - <meta name="description" content="Custom HTML5 video controls and WebVTT captions."> - <meta name="author" content="Sam Potts"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - - <!-- Styles --> - <link rel="stylesheet" href="../dist/css/simple-media.css"> - <link rel="stylesheet" href="../dist/css/docs.css"> - </head> - <body class="container"> - <header> - <h1>Simple Media</h1> - <p>A simple HTML5 media player</p> - </header> - - <div class="player"> - <div class="player-video"> - <video width="640" height="360" poster="../media/poster_PayPal_Austin2.jpg" controls> - <!-- video files --> - <source src="https://www.paypalobjects.com/webstatic/mktg/videos/PayPal_AustinSMB_baseline.mp4" type="video/mp4" /> - <source src="https://www.paypalobjects.com/webstatic/mktg/videos/PayPal_AustinSMB_baseline.webm" type="video/webm" /> - - <!-- text track file --> - <track kind="captions" label="English captions" src="../media/captions_PayPal_Austin_en.vtt" srclang="en" default /> - - <!-- fallback for browsers that don't support the video element --> - <div> - <a href="https://www.paypalobjects.com/webstatic/mktg/videos/PayPal_AustinSMB_baseline.mp4"> - <img src="../media/poster_PayPal_Austin2.jpg" width="640" height="360" alt="download video" /> - </a> - </div> - </video> - </div> - </div> - - <!-- Load SVG defs --> - <script>(function(d,p){var a=new XMLHttpRequest(),b=d.body; a.open("GET",p,!0);a.send();a.onload=function(){var c=d.createElement("div");c.style.display="none";c.innerHTML=a.responseText;b.insertBefore(c,b.childNodes[0])}})(document,"../dist/svg/sprite.svg");</script> - - <!-- Core player --> - <script src="../dist/js/simple-media.js"></script> - - <!-- Docs setup --> - <script src="../dist/js/docs.js"></script> - </body> -</html>
\ No newline at end of file |