summaryrefslogtreecommitdiffabout
path: root/htdocs/index.chtml
Unidiff
Diffstat (limited to 'htdocs/index.chtml') (more/less context) (ignore whitespace changes)
-rw-r--r--htdocs/index.chtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/index.chtml b/htdocs/index.chtml
index 20d34c2..76d6d7e 100644
--- a/htdocs/index.chtml
+++ b/htdocs/index.chtml
@@ -1,14 +1,14 @@
1% html(); return; /* vim:set ft=sitecing: */ 1%%derive layout = "/ancestry/layout.chtml"; /* vim:set ft=sitecing: */
2%%derive layout = "/ancestry/layout.chtml"; 2%%pragma main=page
3<%constructor> 3<%constructor>
4 PN_NEXT("/simple","simple page","building a really simple page"); 4 PN_NEXT("/simple","simple page","building a really simple page");
5</%constructor> 5</%constructor>
6<%codemethod string title() %> 6<%codemethod string title() %>
7 return "introduction"; 7 return "introduction";
8</%codemethod> 8</%codemethod>
9<%method void content() %> 9<%method void content() %>
10 <h1>introduction to site-C-ing</h1> 10 <h1>introduction to site-C-ing</h1>
11 <p> 11 <p>
12 This is a sample site, which is supposed to demonstrate <em>site-C-ing</em> 12 This is a sample site, which is supposed to demonstrate <em>site-C-ing</em>
13 features. Since the <em>site-C-ing</em> is still at the early stages of 13 features. Since the <em>site-C-ing</em> is still at the early stages of
14 development or rather proof of concept, this site is also far from being 14 development or rather proof of concept, this site is also far from being