summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-01-27 22:10:51 +0000
committerPaul Buetow <paul@buetow.org>2011-01-27 22:10:51 +0000
commit2d354eff98ccfc013b3421564087d8cfb6201425 (patch)
tree5fd86a54c2e5ec04cbc77d836088a52971add331 /template.html
initial import from svn.buetow.org/repos/awksitev0.2
Diffstat (limited to 'template.html')
-rw-r--r--template.html20
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>
+
+
+