| 123456789101112131415161718192021222324252627282930313233343536373839 | <head>    <title>Musare</title>    <meta charset="utf-8">    <meta http-equiv="X-UA-Compatible" content="IE=edge">    <meta name="description" content="Welcome to the next gen, collaborative, modern Musare for the web!">    <meta name="viewport" content="width=device-width, initial-scale=1">    <meta name=viewport content='width=700'>    <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 src="/bootstrap-slider.js"></script>    <script type="application/javascript">        addEventListener("load", function() {            setTimeout(hideURLbar, 0);        }, false);        function hideURLbar() {            window.scrollTo(0, 1);        }    </script>    <script src="https://connect.soundcloud.com/sdk-2.0.0.js"></script>    <script>        function init() {            SC.initialize({                client_id: "577d3fbbdb5fe05bb4af698d686508fe"            });        }        init();    </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','//www.google-analytics.com/analytics.js','ga');        ga('create', 'UA-69432115-1', 'auto');        ga('send', 'pageview');    </script></head>
 |