diff options
author | Sam Potts <me@sampotts.me> | 2017-10-02 14:48:15 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-10-02 14:48:15 +1100 |
commit | 0d96601d1af8c75f99f750225ccfef25b5117b0d (patch) | |
tree | 31a9b4f8e6b4e043dc9e666de7feab08f4a88592 /demo/error.html | |
parent | 7959297a98af5e3717c7f625a8b09a81f71ed07c (diff) | |
download | plyr-0d96601d1af8c75f99f750225ccfef25b5117b0d.tar.lz plyr-0d96601d1af8c75f99f750225ccfef25b5117b0d.tar.xz plyr-0d96601d1af8c75f99f750225ccfef25b5117b0d.zip |
CDN URLs
Diffstat (limited to 'demo/error.html')
-rw-r--r-- | demo/error.html | 37 |
1 files changed, 22 insertions, 15 deletions
diff --git a/demo/error.html b/demo/error.html index c9ba8c36..6dc22cb1 100644 --- a/demo/error.html +++ b/demo/error.html @@ -1,18 +1,25 @@ <!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/demo.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> +<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/demo.css"> + + <!-- Preload --> + <link rel="preload" as="font" crossorigin type="font/woff2" href="https://cdn.plyr.io/static/fonts/avenir-medium.woff2"> + <link rel="preload" as="font" crossorigin type="font/woff2" href="https://cdn.plyr.io/static/fonts/avenir-bold.woff2"> +</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>
\ No newline at end of file |