28 lines
524 B
XML
28 lines
524 B
XML
<?xml version='1.0' ?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
<head>
|
|
<t:write-title />
|
|
|
|
<t:style t:include="resource:basis/xmode/code2html/stylesheet.css" />
|
|
|
|
<t:style t:include="resource:extra/websites/concatenative/page.css" />
|
|
|
|
<t:write-style />
|
|
|
|
<t:write-atom />
|
|
</head>
|
|
|
|
<body>
|
|
<t:call-next-template />
|
|
</body>
|
|
|
|
</t:chloe>
|
|
|
|
</html>
|