diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-02 23:47:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-02 23:47:42 +0000 |
commit | e0eff354f9f8a9de4b21a2aba1264d7f4ade6f40 (patch) | |
tree | 3a2c60b811a0daf77afbaecf86860507d67fa566 | |
parent | 57d99d9423083b93c06568618b98de3b28a103fc (diff) | |
download | rtmux-e0eff354f9f8a9de4b21a2aba1264d7f4ade6f40.tar.gz rtmux-e0eff354f9f8a9de4b21a2aba1264d7f4ade6f40.tar.bz2 rtmux-e0eff354f9f8a9de4b21a2aba1264d7f4ade6f40.zip |
+screenshot.
-rw-r--r-- | images/tmux6.png | bin | 0 -> 32868 bytes | |||
-rw-r--r-- | index.html.in | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/images/tmux6.png b/images/tmux6.png Binary files differnew file mode 100644 index 00000000..5e624da8 --- /dev/null +++ b/images/tmux6.png diff --git a/index.html.in b/index.html.in index f90bab9a..de603d1c 100644 --- a/index.html.in +++ b/index.html.in @@ -1,4 +1,4 @@ -<!-- $Id: index.html.in,v 1.3 2009-04-02 22:12:29 nicm Exp $ --> +<!-- $Id: index.html.in,v 1.4 2009-04-02 23:47:41 nicm Exp $ --> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> @@ -19,6 +19,7 @@ </tr><tr> <td><a href="tmux4.png"><img src="small-tmux4.png"></a></td> <td><a href="tmux5.png"><img src="small-tmux5.png"></a></td> +<td><a href="tmux6.png"><img src="small-tmux6.png"></a></td> </tr></table> </body> </html> |