Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
sbtn committed Jun 12, 2017
1 parent e25dc39 commit 28b7598
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,17 +4,17 @@
<head>
<meta charset="utf-8">
<title>Bobiverse</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="./styles.css">
</head>

<body>
<svg>
</svg>


<script type="text/javascript" src="bobs.js"></script>
<script type="text/javascript" src="d3.v4.min.js"></script>
<script type="text/javascript" src="genealogy.js"></script>
<script type="text/javascript" src="./bobs.js"></script>
<script type="text/javascript" src="./d3.v4.min.js"></script>
<script type="text/javascript" src="./genealogy.js"></script>
</body>

</html>

0 comments on commit 28b7598

Please sign in to comment.