1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3<!--
4   This is the main intro page that contains links to the various example test pages.
5   See the referenced pages for more details. There is no dynamic content on this page.
6-->
7
8<html xmlns="http://www.w3.org/1999/xhtml">
9<head>
10<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11<title>root.xhtml</title>
12</head>
13
14<body>
15<h2>root.xhtml</h2>
16<div class="page-style">
17
18<ul>
19<li><a href="http://org.eclipse.ui.intro/showPage?id=static">static.xhtml</a></li>
20<li><a href="http://org.eclipse.ui.intro/showPage?id=filter">filter.xhtml</a></li>
21<li><a href="http://org.eclipse.ui.intro/showPage?id=include">include.xhtml</a></li>
22<li><a href="http://org.eclipse.ui.intro/showPage?id=anchor">anchor.xhtml</a></li>
23</ul>
24
25</div>
26</body>
27</html>
28