aboutsummaryrefslogtreecommitdiff
path: root/codemash/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'codemash/templates/index.html')
-rw-r--r--codemash/templates/index.html22
1 files changed, 4 insertions, 18 deletions
diff --git a/codemash/templates/index.html b/codemash/templates/index.html
index c54237f..ba0a13a 100644
--- a/codemash/templates/index.html
+++ b/codemash/templates/index.html
@@ -1,24 +1,10 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html lang="en"> 2<html>
3 <head> 3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 4 <title>Hello Codemash!</title>
5 <style type="text/css">
6 html * { padding:0; margin:0; }
7 body * { padding:10px 20px; }
8 body * * { padding:0; }
9 body { font:small sans-serif; }
10 body>div { border-bottom:1px solid #ddd; }
11 h1 { font-weight:normal; }
12 h2 { margin-bottom:.8em; }
13 #summary { background: #e0ebff; }
14 #summary h2 { font-weight: normal; color: #666; }
15 </style>
16 </head> 5 </head>
17
18 <body> 6 <body>
19 <div id="summary"> 7 <h1>It worked!</h1>
20 <h1>It worked!</h1> 8 <h2>Congratulations on your second Django-powered page.</h2>
21 <h2>Congratulations on your second Django-powered page.</h2>
22 </div>
23 </body> 9 </body>
24</html> 10</html>