diff options
| author | Paul Buetow <paul@buetow.org> | 2011-01-27 22:10:51 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-01-27 22:10:51 +0000 |
| commit | c30a36916e5f37aa97d581cf31565103f804b3eb (patch) | |
| tree | 6744562b301d41dc407b5e8d4dbb37594aeabce7 /template.html | |
initial import from svn.buetow.org/repos/awksitev0.1
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/template.html b/template.html new file mode 100644 index 0000000..bb2bbc1 --- /dev/null +++ b/template.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<title>%%title%%</title> +</head> +<body> +<h1>%%title%%</h1> +<h3>%%subtitle%%</h3> +<h2>The date:</h2> +%%date%% +<h2>The server uptime:</h2> +%%uptime%% +<h2>The content of some-text.txt sorted in alphanumeric order:</h2> +%%!sort some-text.txt%% +</body> +</html> + + + |
