diff --git a/src/hub.html b/src/hub.html index 5d9f910bb26ce75aa99dc3d9fb2100ffb6e6721b..cb5b2d968447a336d6e3ed4734178c9acbdf5265 100644 --- a/src/hub.html +++ b/src/hub.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="origin-trial" data-feature="WebVR (For Chrome M62+)" data-expires="<%= ORIGIN_TRIAL_EXPIRES %>" content="<%= ORIGIN_TRIAL_TOKEN %>"> <link rel="shortcut icon" type="image/png" href="/favicon.ico"/> - <title>hubs | A new way to get together online</title> + <title>A new way to get together online | Hubs by Mozilla</title> <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700" rel="stylesheet"> <% if(NODE_ENV === "production") { %> diff --git a/src/index.html b/src/index.html index b580383ca24a36d5099f1534fbda15b9c23305d1..05cad2a1b03cc9dbcb00b3423d6145316375c14b 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" type="image/png" href="/favicon.ico"/> - <title>hubs | A new way to get together online</title> + <title>A new way to get together online | Hubs by Mozilla</title> <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700" rel="stylesheet"> </head>