diff options
Diffstat (limited to 'tmpl.index.htm')
-rw-r--r-- | tmpl.index.htm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tmpl.index.htm b/tmpl.index.htm new file mode 100644 index 0000000..dc90a4d --- /dev/null +++ b/tmpl.index.htm | |||
@@ -0,0 +1,16 @@ | |||
1 | $(sed 's#$(title)#acdw.casa#' _head.htm) | ||
2 | <header> | ||
3 | <h1>mi casa es su casa</h1> | ||
4 | </header> | ||
5 | <main> | ||
6 | <section id="welcome"> | ||
7 | $(htt _index.htm) | ||
8 | </section> | ||
9 | <section id="pages"> | ||
10 | <h2>pages here</h2> | ||
11 | <ul> | ||
12 | $(set -x;for p in ".tmp"/*.env; do . "$p"; print "<li><a href=\"$HTOUT\">$(title)</a></li>"; done) | ||
13 | </ul> | ||
14 | </section> | ||
15 | </main> | ||
16 | $(htt _foot.htm) | ||