blob: bb2bbc13aa9dc9e943bbe405f7cc198c8438f6ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>
|