Skip to content

Commit bd7510b

Browse files
author
Muhammad Ismail Shahzad
authored
Update index.html
1 parent f2dbf70 commit bd7510b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<html>
22
<head>
3-
<link rel="stylesheet" href="https://raw.githubusercontent.com/IsmailShahzadMirza/Datopian_Challenge/master/index.css">
3+
<link rel="stylesheet" href='https://raw.githubusercontent.com/IsmailShahzadMirza/Datopian_Challenge/master/index.css'>
44
<title>Graph Visualization using D3 </title>
55
</head>
66
<body>
77
<h1 align='center'>Graph Visualization using D3 </h1>
88

99
<script src="https://d3js.org/d3.v4.min.js"></script>
10-
<script src="https://raw.githubusercontent.com/IsmailShahzadMirza/Datopian_Challenge/master/Date_price.js"></script>
10+
<script src='https://raw.githubusercontent.com/IsmailShahzadMirza/Datopian_Challenge/master/Date_price.js'></script>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)