-
Notifications
You must be signed in to change notification settings - Fork 75
/
index.html
26 lines (25 loc) · 898 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>gantt-for-react</title>
<meta name="keywords" content="gantt, 甘特图, react, gantt-for-react, 项目管理, Frappe Gantt" />
<meta name="description" content="Frappe Gantt components for React wrapper. 一个简单的 Frappe Gantt 组件封装。" />
<style type="text/css">
/* custom class */
.gantt .bar-milestone .bar-progress {
fill: tomato;
}
</style>
</head>
<body>
<div id="wrapper">
</div>
<script type="text/javascript" src="./demo/dist/bundle.js"></script>
<!-- sorry for ad -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<span style="display:none">
<script src="//s4.cnzz.com/stat.php?id=1257060683&web_id=1257060683" language="JavaScript"></script>
</span>
</body>
</html>