We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dbf70 commit bd7510bCopy full SHA for bd7510b
docs/index.html
@@ -1,12 +1,12 @@
1
<html>
2
<head>
3
- <link rel="stylesheet" href="https://raw.githubusercontent.com/IsmailShahzadMirza/Datopian_Challenge/master/index.css">
+ <link rel="stylesheet" href='https://raw.githubusercontent.com/IsmailShahzadMirza/Datopian_Challenge/master/index.css'>
4
<title>Graph Visualization using D3 </title>
5
</head>
6
<body>
7
<h1 align='center'>Graph Visualization using D3 </h1>
8
9
<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>
+ <script src='https://raw.githubusercontent.com/IsmailShahzadMirza/Datopian_Challenge/master/Date_price.js'></script>
11
</body>
12
</html>
0 commit comments