diff options
Diffstat (limited to 'docs/audio.html')
-rw-r--r-- | docs/audio.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/audio.html b/docs/audio.html index fa237633..bf48615b 100644 --- a/docs/audio.html +++ b/docs/audio.html @@ -1,6 +1,6 @@ <!doctype html> -<html lang="en"> -<head> +<html lang="en" class="example-audio"> + <head> <meta charset="utf-8" /> <title>Simple Media</title> <meta name="description" content="Custom HTML5 video controls and WebVTT captions."> @@ -11,7 +11,7 @@ <link rel="stylesheet" href="../dist/css/simple-media.css"> <link rel="stylesheet" href="../dist/css/docs.css"> </head> - <body class="container"> + <body> <header> <h1>Simple Media</h1> <p>A simple HTML5 media player</p> |