2018-01-23 15:09:57 +00:00
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2018-03-02 20:25:08 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>Page 3</title>
|
|
|
|
|
<script src="../pjax.js"></script>
|
|
|
|
|
<script src="example.js"></script>
|
2018-01-23 15:09:57 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2018-03-02 20:25:08 +00:00
|
|
|
<div class="body">
|
2018-01-23 15:09:57 +00:00
|
|
|
<h1>Page 3</h1>
|
2018-03-02 20:25:08 +00:00
|
|
|
Hello. Go to <a href="index.html" class="js-Pjax">Index</a>.
|
2018-01-23 15:09:57 +00:00
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|