Ver código fonte

Again edited some meta data

Johand 9 anos atrás
pai
commit
a7d518bfc9
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      app/head.html

+ 4 - 1
app/head.html

@@ -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>
+