xxxxxxxxxx
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<title>Health Log / Goals</title>
<meta name="description" content="Page description, shows up in search results. Should be no longer than 150-160 characters." />
<!-- Open Graph -->
<meta property="og:title" content="The title of this page, excluding any branding." />
<meta property="og:site_name" content="Name of this website." />
<meta property="og:url" content="Canonical URL of this page, excluding session and user-identifying variables." />
<meta property="og:image" content="URL to an image for this page. Should be at least 1200x630 pixels." />
<!-- CSS -->
<!--
<link href="app.css" rel="stylesheet" type="text/css" />
-->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<!-- JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="app.js"></script>
<style>
.chart {
display: block;
margin: 0px auto;
}
</style>
</head>
<body>
<div class="container">
<div class="col-lg-12">
<div class="chart" id="weight-graph"></div>
<form id="filter_days">
<input type="number" name="days" min="1">
<input type="submit">
</form>
</div>
</div>
</body>
</html>
Modified http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js to a secure url
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js
https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
https://www.google.com/jsapi