forked from banzor/WijMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 973 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>
<title>Wijmo + ESRI Map</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="%description%" />
<meta name="keywords" content="" />
<meta name="author" content="ComponentOne" />
</head>
<body class="demo-single">
<div class="container">
<div class="header">
<h2>
Wijmo + ESRI Maps</h2>
</div>
<div class="main demo">
<ul>
<li><a href="roadtrip.html">roadtrip.html</a> - Our epic roadtrip to launch Wijmo at jQuery Conference in Boston</li>
<li><a href="dashboard.html">dashboard.html</a> - Demographics data displayed on a map using Wijmo pie chart</li>
<li><a href="basic.html">basic.html</a> - Simple integration of Wijmo widgets in an ESRI Map</li>
</ul>
</div>
</div>
</body>
</html>