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