added js files to demo, empty pagify.js

This commit is contained in:
Chris Polis 2011-09-14 18:42:23 -07:00
parent 6c95f77553
commit 017beaae16
3 changed files with 16 additions and 0 deletions

View file

@ -2,6 +2,10 @@
<html>
<head>
<meta charset='utf-8'>
<script src="jquery-1.6.4.min.js" type="text/javascript"></script>
<script src="../pagify.js" type="text/javascript"></script>
<title>Pagify.js Demo</title>
</head>

4
demo/jquery-1.6.4.min.js vendored Normal file

File diff suppressed because one or more lines are too long

8
pagify.js Normal file
View file

@ -0,0 +1,8 @@
/*
* Pagify - A jquery plugin for effortlessly creating single page web sites.
*
* Licensed under the MIT:
* http://www.opensource.org/licenses/mit-license.php
*
* Copyright (c) 2011, Chris Polis
*/