aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 0ea840fbdf5ce217adc36226ccb9c79d1bd5abfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Hello Codemash</title>
        <meta name="viewport" content="width=device-width">
    </head>
    <body>
        <h1>Hello Codemash</h1>
        <ul>
            <li><a href="{% url 'contact:form' %}">Contact Us</a></li>
        </ul>
        <p>You've just created your first Django page. Pretty cool, eh?</p>
    </body>
</html>