-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (22 loc) · 1.24 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 lang="en">
<head>
<title>Essential JS 2 - RTE Feature Matrix</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta name="description" content="Essential JS 2" />
<meta name="author" content="Syncfusion" />
<link rel="shortcut icon" href="./samples/calendars/resources/favicon.ico" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
</head>
<body>
<a href="./samples/calendar/index.html"> Calendar Feature Matrix Sample</a><br>
<a href="./samples/datePicker/index.html"> Date picker Feature Matrix Sample</a><br>
<a href="./samples/timePicker/index.html"> Time picker Feature Matrix Sample</a><br>
<a href="./samples/dateTimePicker/index.html"> Date Time picker Feature Matrix Sample</a><br>
<a href="./samples/dateRangePicker/index.html"> Date range picker Feature Matrix Sample</a><br>
<a href="./samples/sidebar/index.html"> Sidebar Feature Matrix Sample</a><br>
<a href="./samples/formValidator/index.html"> Form validator Sample</a><br>
<a href="./samples/internationalization-date-formats/index.html"> Internationalization formats Sample</a><br>
</body>
</html>