Adding required DOCTYPE
diff --git a/index.html b/index.html
index e35b408..6074203 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,8 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head><title>Apache HAWQ (incubating)</title></head>
 <body>
 <img src="hawq.png" alt="HAWQ">
-<p>HAWQ is expected to land in a few weeks. Check back soon!
+<p>HAWQ is expected to land in a few weeks. Check back soon!</p>
 </body>
 </html>