move demo to gh-pages

This commit is contained in:
Pavel Reznikov 2014-11-09 18:41:05 -08:00
parent df4acd99d3
commit 7459a7facb
2 changed files with 10 additions and 17 deletions

View file

@ -2,3 +2,13 @@ gridstack.js
============
gridstack.js is a jQuery plugin for widget layout
Demo
====
Please visit http://troolee.github.io/gridstack.js for demo.
Usage
=====

View file

@ -1,17 +0,0 @@
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>gridstack.js</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="gridstack.css"/>
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.7.0/underscore-min.js"></script>
<script src="gridstack.js"></script>
</body>
</html>