Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 04a6a3988328be08ea757a1266a1aef0cde6dbf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!--
   This is the main intro page that contains links to the various example test pages.
   See the referenced pages for more details. There is no dynamic content on this page.
--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<title>root.xhtml</title>
</head>

<body>
<h2>root.xhtml</h2>
<div class="page-style">

<ul>
<li><a href="http://org.eclipse.ui.intro/showPage?id=static" shape="rect">static.xhtml</a></li>
<li><a href="http://org.eclipse.ui.intro/showPage?id=filter" shape="rect">filter.xhtml</a></li>
<li><a href="http://org.eclipse.ui.intro/showPage?id=include" shape="rect">include.xhtml</a></li>
<li><a href="http://org.eclipse.ui.intro/showPage?id=anchor" shape="rect">anchor.xhtml</a></li>
</ul>

</div>
</body>
</html>

Back to the top