aboutsummaryrefslogtreecommitdiff
path: root/codemash/templates/index.html
diff options
context:
space:
mode:
authorDavid Stanek <dstanek@dstanek.com>2012-11-04 07:19:49 -0500
committerDavid Stanek <dstanek@dstanek.com>2012-11-04 07:25:24 -0500
commit9837da08416b3afba0c594b3f1b71795c9576654 (patch)
tree42864172b7da60b70f283db858e3f5320ca63d59 /codemash/templates/index.html
parent3584f33f468ac027390b6312e93b2b55d06da740 (diff)
downloaddjango-precompiler-9837da08416b3afba0c594b3f1b71795c9576654.tar.bz2
django-precompiler-9837da08416b3afba0c594b3f1b71795c9576654.tar.xz
django-precompiler-9837da08416b3afba0c594b3f1b71795c9576654.zip
some hello world steps1.hello
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>