www/index.html - use https URLs for remote assets

This commit is contained in:
Nick Stokoe
2022-12-31 10:32:34 +00:00
parent e0e7b55d99
commit 13ea5765f0

View File

@@ -1,7 +1,7 @@
<html>
<head>
<script src="http://cdnjs.cloudflare.com/ajax/libs/d3/7.8.0/d3.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Chango' rel='stylesheet' type='text/css'>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.0/d3.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Chango" rel="stylesheet" type="text/css">
<style>
body {
font-family: Chango;