aboutsummaryrefslogtreecommitdiffstats
path: root/demo/error.html
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2017-11-04 22:22:49 +1100
committerGitHub <noreply@github.com>2017-11-04 22:22:49 +1100
commite98d356ede135f5897e7cd0d9d763c8907137a66 (patch)
tree21a2826f3f944f3f0c0686a32a27e4736dfb2167 /demo/error.html
parentd27a0b38558ac4bf81eeaef8af492fa3969c84ac (diff)
parentc9c20345c0e2d203b92f96c7e4012cf40c9a914b (diff)
downloadplyr-e98d356ede135f5897e7cd0d9d763c8907137a66.tar.lz
plyr-e98d356ede135f5897e7cd0d9d763c8907137a66.tar.xz
plyr-e98d356ede135f5897e7cd0d9d763c8907137a66.zip
Merge branch 'master' into master
Diffstat (limited to 'demo/error.html')
-rw-r--r--demo/error.html37
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