<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>
<p>Some text followed by a thematic break.</p>
<hr />
<p>Some text followed by a page break.</p>
<div style="page-break-after: always;"></div>
<p>And the final text.</p>
</body>
</html>