mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-17 05:08:18 +02:00
30 lines
426 B
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>
|