2015-11-13 10:40:59 +11:00
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2018-02-21 18:27:50 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>Page 2</title>
|
|
|
|
|
<script src="../pjax.js"></script>
|
|
|
|
|
<script src="example.js"></script>
|
2015-11-13 10:40:59 +11:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2018-02-21 18:27:50 +00:00
|
|
|
<div class="body">
|
2015-11-13 10:40:59 +11:00
|
|
|
<h1>Page 2</h1>
|
2018-02-21 18:27:50 +00:00
|
|
|
Hello. Go to <a href="index.html" class="js-Pjax">Index</a>.
|
2015-11-13 10:40:59 +11:00
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|