| 1234567891011121314151617181920212223 | <!DOCTYPE html><html lang="en"><head>	<meta charset="UTF-8">	<meta name="viewport" content="width=device-width, initial-scale=1">	<title>Musare</title>	<link rel="shortcut icon" type="image/x-icon" href="https://musare.com/favicon.ico" />	<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">	<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">	<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">	<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>	<!-- Latest compiled and minified CSS -->	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.4/css/bootstrap.min.css" integrity="sha384-2hfp1SzUoho7/TsGGGDaFdsuuDL0LX2hnUp6VkX3CUQ2K4K+xjboZdsXyp4oUHZj" crossorigin="anonymous">	<!-- Latest compiled and minified JavaScript -->	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.4/js/bootstrap.min.js" integrity="sha384-VjEeINv9OSwtWFLAtmc4JCtEJXXBub00gtSnszmspDLCtC0I4z4nqz7rEFbIZLLU" crossorigin="anonymous"></script></head><body>	<Station></Station>	<script src="bundle.js"></script></body></html>
 |