Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df4acd9

Browse files
committed
demo page
1 parent 1ba1d82 commit df4acd9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head lang="en">
4+
<meta charset="UTF-8">
5+
<title>gridstack.js</title>
6+
7+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
8+
<link rel="stylesheet" href="gridstack.css"/>
9+
</head>
10+
<body>
11+
12+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
13+
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.min.js"></script>
14+
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.7.0/underscore-min.js"></script>
15+
<script src="gridstack.js"></script>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)