www/index.html - use https URLs for remote assets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user