21 lines
509 B
XML
21 lines
509 B
XML
<?xml version="1.0"?>
|
|
<!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="30%, 70%">
|
|
<frame src="search" name="search" />
|
|
<frame src="content/article-handbook.html" name="content" />
|
|
</frameset>
|
|
</html>
|
|
|
|
</t:chloe>
|