Fix page title
Replace copy-pasted page title with something that reflects the actual MSE demo page.
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
6 | <head> | 6 | <head> |
7 | <meta charset="utf-8"> | 7 | <meta charset="utf-8"> |
8 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | 8 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
9 | <title></title> | 9 | <title>HLS Media Sources Demo</title> |
10 | <meta name="description" content=""> | 10 | <meta name="description" content=""> |
11 | <meta name="viewport" content="width=device-width"> | 11 | <meta name="viewport" content="width=device-width"> |
12 | 12 | ||
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
22 | 22 | ||
23 | <div class="header-container"> | 23 | <div class="header-container"> |
24 | <header class="wrapper clearfix"> | 24 | <header class="wrapper clearfix"> |
25 | <h1 class="title">Transmux Analyzer</h1> | 25 | <h1 class="title">Media Sources Demo</h1> |
26 | </header> | 26 | </header> |
27 | </div> | 27 | </div> |
28 | 28 | ... | ... |
-
Please register or sign in to post a comment