1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html>
<head>
<title>Moved to Chapter 4</title>
</head>
<body>
<h1>Moved to Chapter 4</h1>
<p>
This is now just a placeholder. The original content has been
shuffled between Chapter 4, Chapter 13, and the new Appendix (A? 1?
I?)
</p>
</body>
</html>
|