head.html 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <head>
  2. <title>Musare</title>
  3. <meta charset="utf-8">
  4. <meta name="msvalidate.01" content="4F987F6332BF73DA270ED37E3F1AA542" />
  5. <meta name="google-site-verification" content="1UGGXGi-VpFP4x1xB7BJD32AYM3Zna0Y4UNd-GL-rWs" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <meta name="keywords" content="music, musare, lisen, app, meteor, edm, rooms, party, good, mus, are, pop">
  9. <meta name="description" content="Musare is a website where you can enjoy genre specific playlists with lots of songs! The same song plays for everyone at the same time in the same station, so you can also listen to it with friends!">
  10. <meta name="copyright" content="© Copyright Musare 2015-2016 All Right Reserved">
  11. <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png?v=06042016">
  12. <link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png?v=06042016">
  13. <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png?v=06042016">
  14. <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png?v=06042016">
  15. <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png?v=06042016">
  16. <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png?v=06042016">
  17. <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png?v=06042016">
  18. <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png?v=06042016">
  19. <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png?v=06042016">
  20. <link rel="icon" type="image/png" href="/favicon-32x32.png?v=06042016" sizes="32x32">
  21. <link rel="icon" type="image/png" href="/favicon-194x194.png?v=06042016" sizes="194x194">
  22. <link rel="icon" type="image/png" href="/favicon-96x96.png?v=06042016" sizes="96x96">
  23. <link rel="icon" type="image/png" href="/android-chrome-192x192.png?v=06042016" sizes="192x192">
  24. <link rel="icon" type="image/png" href="/favicon-16x16.png?v=06042016" sizes="16x16">
  25. <link rel="manifest" href="/manifest.json?v=06042016">
  26. <link rel="mask-icon" href="/safari-pinned-tab.svg?v=06042016" color="#5bbad5">
  27. <link rel="shortcut icon" href="/favicon.ico?v=06042016">
  28. <meta name="msapplication-TileColor" content="#2d89ef">
  29. <meta name="msapplication-TileImage" content="/mstile-144x144.png?v=06042016">
  30. <meta name="theme-color" content="#ffffff">
  31. <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  32. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  33. <link href='https://fonts.googleapis.com/css?family=Oxygen:400,300,700' rel='stylesheet' type='text/css'>
  34. <script type="application/javascript">
  35. addEventListener("load", function() {
  36. setTimeout(hideURLbar, 0);
  37. }, false);
  38. function hideURLbar() {
  39. window.scrollTo(0, 1);
  40. }
  41. function onYouTubeIframeAPIReady() {
  42. Session.set("YTLoaded", true);
  43. }
  44. var YT = null;
  45. // Google Analytics Initialising
  46. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  47. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  48. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  49. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  50. ga('create', 'UA-69432115-1', 'auto');
  51. ga('send', 'pageview');
  52. </script>
  53. </head>