1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Page not found</title>
</head>
<body>
<div id="content">
<h1>Static Page 1</h1>
<p>
<a href="http://org.eclipse.ui.intro/showPage?id=dynamic1">Link to dynamic page1</a><br>
<a href="http://org.eclipse.ui.intro/showPage?id=dynamic2">Link to dynamic page2</a><br>
<a href="http://org.eclipse.ui.intro/showPage?id=dynamic3">Link to dynamic page3</a><br>
<a href="http://org.eclipse.ui.intro/showPage?id=static2">Link to static page2</a><br>
<a href="http://org.eclipse.ui.intro/showPage?id=static3">Link to static page3</a><br>
</p>
</div>
</body>
</html>
|