--- a/testappproj/templates/index.html Fri May 21 02:40:17 2010 +0530
+++ b/testappproj/templates/index.html Mon May 31 19:18:57 2010 +0530
@@ -1,7 +1,23 @@
{%extends "base.html"%}
{%block body%}
-<p> Welcome to testapp</p>
+<p> Welcome</p>
+<br/>
+<p>
+This is an Application where You can test your Python skills. This is an automated Test and in case you pass you will be given a certificate from the Fossee Team .
+</p>
+
+<br/>
+
+
+<a href="/accounts/register">Sign up for the test</a>
+
+
+<br/>
+<br/>
+<big><a href="/problems/">Take the Test</a></big>
+
+
{%endblock%}