aboutsummaryrefslogtreecommitdiff
path: root/codemash/templates/index.html
blob: c54237fa23546865258da9326d49c7fac26576ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <style type="text/css">
            html * { padding:0; margin:0; }
            body * { padding:10px 20px; }
            body * * { padding:0; }
            body { font:small sans-serif; }
            body>div { border-bottom:1px solid #ddd; }
            h1 { font-weight:normal; }
            h2 { margin-bottom:.8em; }
            #summary { background: #e0ebff; }
            #summary h2 { font-weight: normal; color: #666; }
        </style>
    </head>

    <body>
        <div id="summary">
            <h1>It worked!</h1>
            <h2>Congratulations on your second Django-powered page.</h2>
        </div>
    </body>
</html>