Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Fix sources to be https
  • Loading branch information
mcorrell authored Dec 7, 2023
1 parent 7bebabb commit dc755b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<head>
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ >
<link rel="stylesheet" type="text/css" href="src/style.css" />
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="http://d3js.org/colorbrewer.v1.min.js"></script>
<script src="//d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="https://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="https://d3js.org/colorbrewer.v1.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
</head>

<body onresize="resize()">
Expand Down Expand Up @@ -35,4 +35,4 @@
</body>


</html>
</html>

0 comments on commit dc755b5

Please sign in to comment.