From 8a75511248651b91d863d9b17e7edc96d771a71c Mon Sep 17 00:00:00 2001
From: Eugene Simakin
Date: Sun, 5 Jan 2014 09:01:22 +0400
Subject: [PATCH] Add HTML code to 'demo' section
---
index.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/index.html b/index.html
index 1394f99..eba4972 100644
--- a/index.html
+++ b/index.html
@@ -83,6 +83,9 @@
});
+
And HTML code:
+ <ul id="pagination-demo" class="pagination-sm"></ul>
+
Options and events
@@ -112,6 +115,12 @@
+
+ Examples
+
+ Simple example
+
@@ -122,6 +131,7 @@
Intro
Demo
Options and events
+ Examples