diff options
author | Sam Potts <me@sampotts.me> | 2015-03-03 00:50:50 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-03-03 00:50:50 +1100 |
commit | 28caa00c3f6922d78d27e7e1652a9dae08fe7f4d (patch) | |
tree | 5d6b5953715e9a08e0cb6443fef0c66df317ef48 /docs/error.html | |
parent | 894ac8088dac76067d86e717878f3c76c2a680e1 (diff) | |
download | plyr-28caa00c3f6922d78d27e7e1652a9dae08fe7f4d.tar.lz plyr-28caa00c3f6922d78d27e7e1652a9dae08fe7f4d.tar.xz plyr-28caa00c3f6922d78d27e7e1652a9dae08fe7f4d.zip |
Docs tweaks
Diffstat (limited to 'docs/error.html')
-rw-r--r-- | docs/error.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/error.html b/docs/error.html new file mode 100644 index 00000000..9d721cff --- /dev/null +++ b/docs/error.html @@ -0,0 +1,18 @@ +<!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="//cdn.plyr.io/1.0.19/docs.css"> + </head> + <body> + <main> + <h1>Doh.</h1> + <p>Looks like something went wrong.</p> + <a href="http://plyr.io" class="btn">Back to plyr.io</a> + </main> + </body> +</html>
\ No newline at end of file |