From 2d354eff98ccfc013b3421564087d8cfb6201425 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 27 Jan 2011 22:10:51 +0000 Subject: initial import from svn.buetow.org/repos/awksite --- template.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 template.html (limited to 'template.html') diff --git a/template.html b/template.html new file mode 100644 index 0000000..bb2bbc1 --- /dev/null +++ b/template.html @@ -0,0 +1,20 @@ + + + + +%%title%% + + +

%%title%%

+

%%subtitle%%

+

The date:

+%%date%% +

The server uptime:

+%%uptime%% +

The content of some-text.txt sorted in alphanumeric order:

+%%!sort some-text.txt%% + + + + + -- cgit v1.2.3