21 lines
531 B
XML
21 lines
531 B
XML
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
||
|
|
||
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
||
|
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<title>Factor Documentation</title>
|
||
|
<t:base t:href="$help-webapp" />
|
||
|
</head>
|
||
|
|
||
|
<frameset cols="25%, 75%">
|
||
|
<frame src="search" name="search" />
|
||
|
<frame src="content/article-handbook.html" name="content" />
|
||
|
</frameset>
|
||
|
</html>
|
||
|
|
||
|
</t:chloe>
|