forked from kumaresan-subramani/syncfusion-staging.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (36 loc) · 1.13 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Syncfusion Staging Examples</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" />
<style type="text/css">
h4 {
text-align: center;
}
.card {
border: 0;
}
</style>
</head>
<body>
<div class="card">
<div class="card-body">
<h4 class="card-title">Staging Sample Lists</h4>
<div class="card-text">
<div class="col-md-12">
<ul class="list-group" style="padding:0;">
<li class="list-group-item">
<a href="kanban">Kanban Demos</a>
</li>
<li class="list-group-item">
<a href="schedule">Schedule Demos</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>