diff options
author | Sam Potts <me@sampotts.me> | 2016-06-25 22:35:04 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-06-25 22:35:04 +1000 |
commit | be19b7271980db0df00fdc840150645c60457459 (patch) | |
tree | d7f1d0a2e2e47df17494d29fc2ed00704b34e72d /docs/error.html | |
parent | 2fdcc18356510ab22998052eb9258238cd0de022 (diff) | |
parent | 4c1cdea56e2ed641642f2436673c21debc0022d0 (diff) | |
download | plyr-be19b7271980db0df00fdc840150645c60457459.tar.lz plyr-be19b7271980db0df00fdc840150645c60457459.tar.xz plyr-be19b7271980db0df00fdc840150645c60457459.zip |
Merge branch 'master' of https://github.com/Selz/plyr
# Conflicts:
# dist/plyr.css
# src/less/plyr.less
# src/scss/plyr.scss
Diffstat (limited to 'docs/error.html')
-rw-r--r-- | docs/error.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/error.html b/docs/error.html deleted file mode 100644 index f867c915..00000000 --- a/docs/error.html +++ /dev/null @@ -1,18 +0,0 @@ -<!doctype html> -<html lang="en" class="error"> - <head> - <meta charset="utf-8" /> - <title>Doh. Looks like something went wrong.</title> - <meta name="viewport" content="width=device-width, initial-scale=1"> - - <!-- Docs styles --> - <link rel="stylesheet" href="dist/docs.css"> - </head> - <body> - <main> - <h1>Doh.</h1> - <p>Looks like something went wrong.</p> - <a href="http://plyr.io" class="btn btn--primary">Back to plyr.io</a> - </main> - </body> -</html> |