Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kinderst authored Jun 21, 2019
1 parent 729c1fd commit 4a32b13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions globe.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<title>Earth globe</title>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script src="http://d3js.org/queue.v1.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script src="https://d3js.org/queue.v1.min.js"></script>
</head>
<style type="text/css">

Expand Down

0 comments on commit 4a32b13

Please sign in to comment.