aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
blob: a522fbd39ae7288f118de74f71d98b9824ddfe14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>
        <p>You've just created your first Django page. Pretty cool, eh?</p>
    </body>
</html>