forked from garystafford/cd-maturity-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.01 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="author" content="Gary A. Stafford (https://github.com/garystafford)">
<meta name="description" content="Visualization tool for the Continuous Delivery Fluency Model">
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="css/radar.css"/>
<title>Continuous Delivery Fluency Model</title>
</head>
<body>
<div id="body">
<div id="title"></div>
<div id="chart"></div>
<div id="apps"></div>
<div id="footer"></div>
<div id="model"></div>
</div>
<script src="js/d3/d3.v3.min.js"></script>
<script src="data/data_sample.js"></script>
<script src="js/radar/data-transform.js"></script>
<script src="js/radar/radar.js"></script>
<script src="js/radar/radar-setup.js"></script>
</body>
</html>