diff options
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> + + + |
