diff options
author | Sam Potts <me@sampotts.me> | 2017-10-26 20:59:40 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-10-26 20:59:40 +1100 |
commit | 71db66d8028b8c71ff271cf380654da1268b8c57 (patch) | |
tree | aa684b95cd4e904f37974747b97dd452f5a11538 /demo/error.html | |
parent | 959b5a20e39c2ba4a05c6e417c02184ca24804cd (diff) | |
download | plyr-71db66d8028b8c71ff271cf380654da1268b8c57.tar.lz plyr-71db66d8028b8c71ff271cf380654da1268b8c57.tar.xz plyr-71db66d8028b8c71ff271cf380654da1268b8c57.zip |
Error pages
Diffstat (limited to 'demo/error.html')
-rw-r--r-- | demo/error.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/error.html b/demo/error.html index 6dc22cb1..32e85950 100644 --- a/demo/error.html +++ b/demo/error.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Docs styles --> - <link rel="stylesheet" href="dist/demo.css"> + <link rel="stylesheet" href="dist/error.css"> <!-- Preload --> <link rel="preload" as="font" crossorigin type="font/woff2" href="https://cdn.plyr.io/static/fonts/avenir-medium.woff2"> @@ -18,7 +18,7 @@ <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> + <a href="javascript:history.back()" class="button">Go back</a> </main> </body> |