diff options
author | Sam Potts <me@sampotts.me> | 2015-03-15 10:12:36 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-03-15 10:12:36 +1100 |
commit | 55ed577b6a0fbced733de7633871c03ba188aa72 (patch) | |
tree | ee490bda46d0ed78cde01ee32dcca23269196176 /docs/error.html | |
parent | 20b206a161a8450cb0728006e1e11e04113abd2d (diff) | |
download | plyr-55ed577b6a0fbced733de7633871c03ba188aa72.tar.lz plyr-55ed577b6a0fbced733de7633871c03ba188aa72.tar.xz plyr-55ed577b6a0fbced733de7633871c03ba188aa72.zip |
Indentation
Converted to 4 space width tabbing
Diffstat (limited to 'docs/error.html')
-rw-r--r-- | docs/error.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/error.html b/docs/error.html index a79ad4a3..2bf4ad3d 100644 --- a/docs/error.html +++ b/docs/error.html @@ -1,18 +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"> + <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="//cdn.plyr.io/1.0.25/docs.css"> - </head> - <body> - <main> - <h1>Doh.</h1> - <p>Looks like something went wrong.</p> - <a href="http://plyr.io" class="btn">Back to plyr.io</a> - </main> - </body> + <!-- Docs styles --> + <link rel="stylesheet" href="//cdn.plyr.io/1.0.25/docs.css"> + </head> + <body> + <main> + <h1>Doh.</h1> + <p>Looks like something went wrong.</p> + <a href="http://plyr.io" class="btn">Back to plyr.io</a> + </main> + </body> </html>
\ No newline at end of file |