1 |
2596
|
stephane
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
2 |
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
3 |
|
|
<head>
|
4 |
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
5 |
|
|
<title>gBase</title>
|
6 |
|
|
</head>
|
7 |
|
|
<frameset cols="250,*">
|
8 |
|
|
<frame src="tree.html" name="treefrm"/>
|
9 |
|
|
<frame src="main.html" name="basefrm"/>
|
10 |
|
|
<noframes>
|
11 |
|
|
<body>
|
12 |
|
|
<a href="main.html">Frames are disabled. Click here to go to the main page.</a>
|
13 |
|
|
</body>
|
14 |
|
|
</noframes>
|
15 |
|
|
</frameset>
|
16 |
|
|
</html>
|