-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
22 lines (18 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>kendo.jssor - Demos</title>
<link rel="stylesheet" href="demos/styles/app.css" type="text/css" />
</head>
<body>
<h2 style="color: white !important;">Currently only demos on this page...</h2>
<a style="color: white !important;" href="https://github.com/DotNetFire/kendo.jssor">Back to GitHub</a><br/>
<a style="color: white !important;" href="demos/slider-designer-mvvm.html">Slider Designer!</a><br/><br/>
<a style="color: white !important;" href="demos/slides-only-min-options-jquery.html">Slides only, Minimum Options, JQuery Syntax</a><br/>
<a style="color: white !important;" href="demos/slides-only-min-options-mvvm.html">Slides only, Minimum Options, MVVM Syntax</a><br/>
<a style="color: white !important;" href="demos/navigation-templates-loading.html">Navigation Templates, loadfrom file</a><br/>
<a style="color: white !important;" href="demos/navigation-templates-inline.html">Navigation Templates, defined in options</a><br/>
<a style="color: white !important;" href="demos/slideshow-with-transitions.html">Slideshow with 2 transitions</a><br/>
</body>
</html>