t
This commit is contained in:
14
templates/index2.html
Normal file
14
templates/index2.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Gantt Chart Example 1</title>
|
||||
<link type="text/css" href="http://mbostock.github.io/d3/style.css" rel="stylesheet" />
|
||||
<link type="text/css" href="example.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<a id="forkme_banner" href="http://dk8996.github.io/Gantt-Chart/" target="_blank">View on GitHub</a>
|
||||
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
|
||||
<script type="text/javascript" src="http://static.mentful.com/gantt-chart-d3v2.js"></script>
|
||||
<script type="text/javascript" src="example.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user