lazarus/tools/chmmaker/example/SecondPage.html

30 lines
426 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Second Page</title>
</head>
<body>
This is the second HTML page<br>
<br>
The Quick Brown Fox jumps over the lazy dog. Wow!<br>
<br>
<a href="MainPage.html">Back to the Main Page</a><br>
<br>
By the way Lazarus is a wonderful tool.<br>
</body>
</html>