mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
git-subtree-dir: packages/pjax git-subtree-split: 8abb21e1e9d899217b03c489c9b2d9ecd92074b5
15 lines
323 B
HTML
15 lines
323 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Page 2</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" class="js-Pjax">Index</a>.
|
|
</div>
|
|
</body>
|
|
</html>
|