|
@@ -1,7 +1,9 @@
|
|
|
<head>
|
|
|
<title>Music App</title>
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
<meta charset="utf-8">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
+ <meta name="description" content="Welcome to the new modern, clean and awesome music app for the urban culture!">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
|
|
|
<link href='http://fonts.googleapis.com/css?family=Oxygen:400,300,700' rel='stylesheet' type='text/css'>
|
|
|
<script type="application/javascript">
|
|
@@ -23,3 +25,4 @@
|
|
|
init();
|
|
|
</script>
|
|
|
</head>
|
|
|
+
|