Modifying the index.html to not say something that makes sense.
authorZak Rogoff <zak@fsf.org>
Tue, 24 Sep 2013 21:14:09 +0000 (17:14 -0400)
committerZak Rogoff <zak@fsf.org>
Tue, 24 Sep 2013 21:14:09 +0000 (17:14 -0400)
2014/index.html

index bd3f34b4aad7f8abc277bc10ebb14368cc202506..a069942c9bcaf2fbed20e84173ade61e412ac0ea 100644 (file)
@@ -1 +1,10 @@
-<p>Hello, RMS!</p>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+  <head>
+    <title>This page is under development.</title>
+  </head>
+  <body>
+<p>This page is under development.</p>
+  </body>
+</html>