summaryrefslogtreecommitdiffabout
path: root/htdocs/index.chtml
Unidiff
Diffstat (limited to 'htdocs/index.chtml') (more/less context) (show whitespace changes)
-rw-r--r--htdocs/index.chtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/index.chtml b/htdocs/index.chtml
index aa0979a..e8cedda 100644
--- a/htdocs/index.chtml
+++ b/htdocs/index.chtml
@@ -1,14 +1,17 @@
1% html(); return; /* vim:set ft=sitecing: */ 1% html(); return; /* vim:set ft=sitecing: */
2%%derive layout = "/ancestry/layout.chtml"; 2%%derive layout = "/ancestry/layout.chtml";
3<%constructor>
4 PN_NEXT("/simple","simple page","building a really simple page");
5</%constructor>
3<%codemethod string title() %> 6<%codemethod string title() %>
4 return "introduction"; 7 return "introduction";
5</%codemethod> 8</%codemethod>
6<%method void content() %> 9<%method void content() %>
7 <h1>introduction to site-C-ing</h1> 10 <h1>introduction to site-C-ing</h1>
8 <p> 11 <p>
9 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>
10 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
11 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
12 complete. I am planning to add more pages as the time permits, though. 15 complete. I am planning to add more pages as the time permits, though.
13 </p> 16 </p>
14 <p> 17 <p>