diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-04 22:09:42 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-04 22:09:42 +0000 |
commit | 801367d0b94426c1160f05aeb6fea70938085894 (patch) | |
tree | c8f60e1988ae7e43d4addb8ba2138d8880dfdf9b /plugins/CmdLine/CmdLine.html | |
parent | 65e002b63efdb00571d0ba4ec1a73b14e1d7d3a0 (diff) |
CmdLine added, not adopted yet
git-svn-id: http://svn.miranda-ng.org/main/trunk@764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CmdLine/CmdLine.html')
-rw-r--r-- | plugins/CmdLine/CmdLine.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/CmdLine/CmdLine.html b/plugins/CmdLine/CmdLine.html new file mode 100644 index 0000000000..31beec9f89 --- /dev/null +++ b/plugins/CmdLine/CmdLine.html @@ -0,0 +1,12 @@ +<html>
+ <head></head>
+ <body>
+ <center>
+ <h1>CmdLine Test Page</h1>
+
+ <p>CmdLine version 0.0.4.1
+ </p>
+ <p><a href="CmdLine.zip">CmdLine.zip</a></p>
+ </center>
+ </body>
+</html>
|