- Added bare-bones task.html to point to the latest version.

This commit is contained in:
Paul Beckingham 2008-06-04 19:26:35 -04:00
parent 89d4dd74da
commit f3de5c0711

11
task.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Task</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
Download latest task <a href="http://www.beckingham.net/task-1.0.0.tar.gz">task-1.0.0.tar.gz (6/3/2008)</a>.
<body>
</html>