]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: install.html http-equiv refresh to quickstart.html
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 21 Apr 2010 16:57:08 +0000 (09:57 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 21 Apr 2010 16:57:08 +0000 (09:57 -0700)
docs/install.html [new file with mode: 0644]

diff --git a/docs/install.html b/docs/install.html
new file mode 100644 (file)
index 0000000..33b6064
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCtype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="en">
+  <head>
+    <title>Getting Tahoe-LAFS</title>
+    <link rev="made" class="mailto" href="mailto:zooko[at]zooko[dot]com">
+    <meta name="description" content="how to get Tahoe-LAFS">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="keywords" content="tahoe-lafs secure decentralized filesystem installation">
+    <meta http-equiv="refresh" content="0;url=quickstart.html" />
+  </head>
+
+  <body>
+    <p>This page has moved to <a href="quickstart.html">quickstart.html</a>.</p>
+  </body>
+</html>