forked from orangehill/bootstrap-session-timeout
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
25 lines (22 loc) · 861 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
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap-session-timeout - Basic Usage</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1>Bootstrap-session-timeout demo</h1>
<hr>
<a class="btn btn-primary" href="examples/basic.html" role="button">Basic Demo</a>
<hr>
<a class="btn btn-primary" href="examples/countdown-timer.html" role="button">Countdown Message Demo</a>
<hr>
<a class="btn btn-primary" href="examples/countdown-bar.html" role="button">Countdown Bar Demo</a>
<hr>
<a class="btn btn-primary" href="examples/custom-callback.html" role="button">Custom Callback Demo</a>
<hr>
</div>
</body>
</html>