File: static1.html

package info (click to toggle)
eclipse-platform 4.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 71,112 kB
  • sloc: java: 528,935; xml: 64,472; javascript: 4,902; jsp: 4,211; ansic: 870; makefile: 38
file content (23 lines) | stat: -rw-r--r-- 963 bytes parent folder | download | duplicates (5)
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>