1+ <!doctype html>
2+ <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
3+ <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
4+ <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
5+ <!--[if gt IE 8]><!-->
6+ < html class ="no-js " lang ="en "> <!--<![endif]-->
7+
8+ < head >
9+ < meta charset ="utf-8 ">
10+ < meta name ="language " content ="English " />
11+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
12+
13+ < title > Full Stack Python</ title >
14+ < meta name ="description " content ="Full stack Python shows how an entire Python web application is built, from the server to the front end JavaScript. ">
15+ < meta name ="author " content ="Matt Makai ">
16+ < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
17+ < link rel ="stylesheet " href ="/css/c.css " />
18+ < link rel ="stylesheet " href ="/css/bootstrap-responsive.min.css " />
19+ < script src ="/js/modernizr-2.0.6.min.js "> </ script >
20+ < script type ="text/javascript ">
21+
22+ var _gaq = _gaq || [ ] ;
23+ _gaq . push ( [ '_setAccount' , 'UA-19910497-7' ] ) ;
24+ _gaq . push ( [ '_trackPageview' ] ) ;
25+
26+ ( function ( ) {
27+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
28+ ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
29+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
30+ } ) ( ) ;
31+
32+ </ script >
33+ </ head >
34+
35+ < body >
36+ < div class ="container ">
37+ < div class ="row " style ="margin-bottom: 20px; ">
38+ < div class ="span12 ">
39+ < h1 > Full Stack Python</ h1 >
40+ </ div >
41+ </ div >
42+ < h1 > Introduction</ h1 >
43+
44+
45+ < p > Lorem ipsum introduction.</ p >
46+
47+ < hr />
48+ < div class ="footer pull-right ">
49+ © < a href ="http://www.mattmakai.com/ " class ="underline "> Matt Makai</ a > 2013
50+ </ div >
51+ </ div >
52+
53+ < script src ="http://code.jquery.com/jquery-latest.js "> </ script >
54+ < script src ="/js/bootstrap.min.js "> </ script >
55+ </ body >
56+ </ html >
0 commit comments