index
authorLisa Marie Maginnis <lisam@fsf.org>
Mon, 30 Jun 2014 04:48:12 +0000 (00:48 -0400)
committerLisa Marie Maginnis <lisam@fsf.org>
Mon, 30 Jun 2014 04:48:12 +0000 (00:48 -0400)
index.html [new file with mode: 0644]

diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..1fa4288
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: https://emailselfdefense.fsf.org/en");
+exit();
+?>