diff options
author | Sam Potts <me@sampotts.me> | 2015-02-17 01:07:02 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-17 01:07:02 +1100 |
commit | c24df00af7bc8c989da341ec253443e5faf5dc4e (patch) | |
tree | 78e59ba013a3820dc191aa10df5a240711d889c6 /docs/index.html | |
parent | ce6917f31342954c5d0332df7e161beae65fbaa6 (diff) | |
download | plyr-c24df00af7bc8c989da341ec253443e5faf5dc4e.tar.lz plyr-c24df00af7bc8c989da341ec253443e5faf5dc4e.tar.xz plyr-c24df00af7bc8c989da341ec253443e5faf5dc4e.zip |
Name updated
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index a47f3ed0..674cd42c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,18 +2,18 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <title>Simple Media</title> + <title>Plyr - A simple HTML5 media player</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/plyr.css"> <link rel="stylesheet" href="../dist/css/docs.css"> </head> <body> <header> - <h1>Simple Media</h1> + <h1>Plyr</h1> <p>A simple HTML5 media player</p> </header> @@ -59,7 +59,7 @@ <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> + <script src="../dist/js/plyr.js"></script> <!-- Docs setup --> <script src="../dist/js/docs.js"></script> |