<!DOCTYPE html>
<html>
<head>
 	<meta charset="UTF-8" />
    <title>React Open Weather</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/css/weather-icons.min.css" type="text/css"/>
</head>
<body style="background-color:#666">
<div style="margin:0 auto;width:500px">
  <div id="root"></div>
</div>
</body>
</html>