29 lines
537 B
XML
29 lines
537 B
XML
<?xml version='1.0' ?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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>
|