Add example

This commit is contained in:
Rico Sta. Cruz
2015-11-13 10:40:59 +11:00
parent ad6292fffb
commit b20ee2261e
5 changed files with 69 additions and 2 deletions

15
example/page2.html Normal file
View File

@@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<title>Hello</title>
<script src='../pjax.js'></script>
<script src='example.js'></script>
</head>
<body>
<div class='body'>
<h1>Page 2</h1>
Hello. Go to <a href='index.html'>Index</a>.
</div>
</body>
</html>