Skip to content
Prev Previous commit
Next Next commit
improve title + meta tags
  • Loading branch information
jm3 committed Jan 26, 2015
commit 42e764f3e498548876f9ad0d9f5eeef31a010d2e
4 changes: 3 additions & 1 deletion api/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@

<head>
<meta charset="utf-8">
<title>Groupify.go! - The social jukebox for your team, powered by Go!</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Groupify</title>
<meta content='The social jukebox for your team, powered by Go!' name='description'>
<meta content='ali, jm3, hatalla, mhfs' name='author'>
<link rel="stylesheet" href="/css/vendor/bootstrap.min.css">
<link rel="stylesheet" href="/css/vendor/spotify.min.css">
<link rel="stylesheet" href="/css/main.css">
Expand Down