diff options
Diffstat (limited to 'index.html.in')
-rw-r--r-- | index.html.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html.in b/index.html.in new file mode 100644 index 00000000..11924a2c --- /dev/null +++ b/index.html.in @@ -0,0 +1,11 @@ +<!-- $Id: index.html.in,v 1.1 2007-11-20 17:01:38 nicm Exp $ --> +<html> +<head> +<meta http-equiv="content-type" content="text/html; charset=UTF-8"> +<title>tmux</title> +</head> +<body> +<p>The project page is <a href="http://sf.net/projects/tmux">here.</a></p> +<p>Download tmux %%VERSION%% with <a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz">this link.</a></p> +</body> +</html> |