aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index a522fbd..0ea840f 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -8,6 +8,9 @@
8 </head> 8 </head>
9 <body> 9 <body>
10 <h1>Hello Codemash</h1> 10 <h1>Hello Codemash</h1>
11 <ul>
12 <li><a href="{% url 'contact:form' %}">Contact Us</a></li>
13 </ul>
11 <p>You've just created your first Django page. Pretty cool, eh?</p> 14 <p>You've just created your first Django page. Pretty cool, eh?</p>
12 </body> 15 </body>
13</html> 16</html>