factor/extra/websites/concatenative/page.xml

28 lines
524 B
XML
Raw Normal View History

2008-06-17 01:10:46 -04:00
<?xml version='1.0' ?>
2008-09-23 18:01:57 -04:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2008-06-17 01:10:46 -04:00
<html xmlns="http://www.w3.org/1999/xhtml">
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<head>
<t:write-title />
2008-09-05 17:43:42 -04:00
<t:style t:include="resource:basis/xmode/code2html/stylesheet.css" />
2008-06-17 01:10:46 -04:00
<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>