aboutsummaryrefslogtreecommitdiff
path: root/codemash/templates/index.html
blob: ba0a13a5d86f23513c069cc8507c09872ffb6eb8 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
        <title>Hello Codemash!</title>
    </head>
    <body>
        <h1>It worked!</h1>
        <h2>Congratulations on your second Django-powered page.</h2>
    </body>
</html>