diff options
author | Sam Potts <sam@potts.es> | 2018-04-04 16:50:00 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-04-04 16:50:00 +1000 |
commit | 384010a2c0b4c08bb226240f48b5e615564fbd22 (patch) | |
tree | 99e9cf9b72a3c0330c0bc9097c7e424b5f1776f4 /demo/error.html | |
parent | cdf14932ecae744fc8b5ff1088880c845d9ebc76 (diff) | |
download | plyr-384010a2c0b4c08bb226240f48b5e615564fbd22.tar.lz plyr-384010a2c0b4c08bb226240f48b5e615564fbd22.tar.xz plyr-384010a2c0b4c08bb226240f48b5e615564fbd22.zip |
Style fixes
Diffstat (limited to 'demo/error.html')
-rw-r--r-- | demo/error.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/demo/error.html b/demo/error.html index 915aa4b5..93855cca 100644 --- a/demo/error.html +++ b/demo/error.html @@ -6,8 +6,14 @@ <title>Doh. Looks like something went wrong.</title> <meta name="viewport" content="width=device-width, initial-scale=1"> + <!-- Icons --> + <link rel="icon" href="https://cdn.plyr.io/static/icons/favicon.ico"> + <link rel="icon" type="image/png" href="https://cdn.plyr.io/static/icons/32x32.png" sizes="32x32"> + <link rel="icon" type="image/png" href="https://cdn.plyr.io/static/icons/16x16.png" sizes="16x16"> + <link rel="apple-touch-icon" sizes="180x180" href="https://cdn.plyr.io/static/icons/180x180.png"> + <!-- Docs styles --> - <link rel="stylesheet" href="dist/error.css"> + <link rel="stylesheet" href="dist/error.css?v=2"> <!-- Preload --> <link rel="preload" as="font" crossorigin type="font/woff2" href="https://cdn.plyr.io/static/fonts/gordita-medium.woff2"> |