aboutsummaryrefslogtreecommitdiffstats
path: root/demo/error.html
diff options
context:
space:
mode:
authorSam <me@sampotts.me>2016-06-07 12:34:36 +0100
committerSam <me@sampotts.me>2016-06-07 12:34:36 +0100
commit70646ca90798823932573f209eb30f6a8e82694f (patch)
tree128cacc9bd428446ba741b39cacad5a06a032f38 /demo/error.html
parent4afd311ef64fbef2744e3fda04cbbe7ce56e2cbe (diff)
downloadplyr-70646ca90798823932573f209eb30f6a8e82694f.tar.lz
plyr-70646ca90798823932573f209eb30f6a8e82694f.tar.xz
plyr-70646ca90798823932573f209eb30f6a8e82694f.zip
See changelog (fixes #265, #253, #257)
Diffstat (limited to 'demo/error.html')
-rw-r--r--demo/error.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/demo/error.html b/demo/error.html
new file mode 100644
index 00000000..f867c915
--- /dev/null
+++ b/demo/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="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>