index.tpl.html 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Musare</title>
  5. <meta charset="UTF-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  8. <meta name="keywords"
  9. content="music, musare, listen, station, station, radio, edm, chill, community, official, rooms, room, party, good, mus, pop">
  10. <meta name="description"
  11. content="On Musare you can listen to lots of different songs, playing 24/7 in our official stations and in user-made community stations!">
  12. <meta name="copyright" content="© Copyright Musare 2015-2017 All Right Reserved">
  13. <link rel="apple-touch-icon" sizes="57x57" href="/assets/images/apple-touch-icon-57x57.png?v=06042016">
  14. <link rel="apple-touch-icon" sizes="60x60" href="/assets/images/apple-touch-icon-60x60.png?v=06042016">
  15. <link rel="apple-touch-icon" sizes="72x72" href="/assets/images/apple-touch-icon-72x72.png?v=06042016">
  16. <link rel="apple-touch-icon" sizes="76x76" href="/assets/images/apple-touch-icon-76x76.png?v=06042016">
  17. <link rel="apple-touch-icon" sizes="114x114" href="/assets/images/apple-touch-icon-114x114.png?v=06042016">
  18. <link rel="apple-touch-icon" sizes="120x120" href="/assets/images/apple-touch-icon-120x120.png?v=06042016">
  19. <link rel="apple-touch-icon" sizes="144x144" href="/assets/images/apple-touch-icon-144x144.png?v=06042016">
  20. <link rel="apple-touch-icon" sizes="152x152" href="/assets/images/apple-touch-icon-152x152.png?v=06042016">
  21. <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon-180x180.png?v=06042016">
  22. <link rel="icon" type="image/png" href="/assets/images/favicon-32x32.png?v=06042016" sizes="32x32">
  23. <link rel="icon" type="image/png" href="/assets/images/favicon-194x194.png?v=06042016" sizes="194x194">
  24. <link rel="icon" type="image/png" href="/assets/images/favicon-96x96.png?v=06042016" sizes="96x96">
  25. <link rel="icon" type="image/png" href="/assets/images/android-chrome-192x192.png?v=06042016" sizes="192x192">
  26. <link rel="icon" type="image/png" href="/assets/images/favicon-16x16.png?v=06042016" sizes="16x16">
  27. <link rel="manifest" href="/assets/manifest.json?v=06042016">
  28. <link rel="mask-icon" href="/assets/images/safari-pinned-tab.svg?v=06042016" color="#03a9f4">
  29. <link rel="shortcut icon" href="/assets/images/favicon.ico?v=06042016">
  30. <meta name="msapplication-TileColor" content="#03a9f4">
  31. <meta name="msapplication-TileImage" content="/assets/images/mstile-144x144.png?v=06042016">
  32. <meta name="theme-color" content="#03a9f4">
  33. <meta name="google" content="nositelinkssearchbox"/>
  34. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  35. <script src="https://www.youtube.com/iframe_api"></script>
  36. <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.15.0/moment.min.js"></script>
  37. <script type="text/javascript"
  38. src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.8/socket.io.min.js"></script>
  39. <script async src="https://www.google.com/recaptcha/api.js"></script>
  40. <script>
  41. (function (i, s, o, g, r, a, m) {
  42. i["GoogleAnalyticsObject"] = r;
  43. i[r] = i[r] || function () {
  44. (i[r].q = i[r].q || []).push(arguments)
  45. }, i[r].l = 1 * new Date();
  46. a = s.createElement(o),
  47. m = s.getElementsByTagName(o)[0];
  48. a.async = 1;
  49. a.src = g;
  50. m.parentNode.insertBefore(a, m)
  51. })(window, document, "script", "https://www.google-analytics.com/analytics.js", "ga");
  52. ga("create", "UA-93460758-1", "auto");
  53. </script>
  54. </head>
  55. <body>
  56. <div id="root"></div>
  57. </body>
  58. </html>