@@ -33,31 +33,31 @@ <h2>Do Awesome Stuff</h2>
33
33
<!-- Stopwatch display -->
34
34
< span id ="runner "> </ span >
35
35
<!-- Stopwatch controls -->
36
- < div id ="controls ">
37
- < ul >
38
- < li >
39
- < button id ="start " click ="start() "> Start</ button >
40
- </ li >
41
- < li >
42
- < button id ="stop " click ="start() "> Done</ button >
43
- </ li >
44
- </ ul >
45
- </ div >
36
+ < div id ="controls ">
37
+ < ul >
38
+ < li >
39
+ < button id ="start " click ="start() "> Start</ button >
40
+ </ li >
41
+ < li >
42
+ < button id ="stop " click ="start() "> Done</ button >
43
+ </ li >
44
+ </ ul >
45
+ </ div >
46
46
< a href ="index.html " class ="buttons "> Next</ a >
47
- < footer >
48
- < p > © 2014 GloLiquid.</ p >
49
- </ footer >
50
- </ div >
47
+ < footer >
48
+ < p > © 2014 GloLiquid.</ p >
49
+ </ footer >
50
+ </ div >
51
51
< script src ="http://code.jquery.com/jquery-1.11.0.min.js "> </ script >
52
52
< script src ="js/jquery.js " type ="text/javascript "> </ script >
53
53
< script src ="jquery.runner.js " type ="text/javascript "> </ script >
54
54
< script src ="js/jquery.runner.js " type ="text/javascript "> </ script >
55
55
< script src ="js/app.js " type ="text/javascript " charset ="utf-8 "> </ script >
56
56
< script >
57
- ( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
57
+ ( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
58
58
( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments ) } , i [ r ] . l = 1 * new
59
- Date ( ) ; a = s . createElement ( o ) , m = s . getElementsByTagName ( o ) [ 0 ] ; a . async = 1 ; a . src = g ; m . parentNode . insertBefore ( a , m )
60
- } ) ( window , document , 'script' , '//www.google-analytics.com/ analytics.js' , 'ga' ) ;
59
+ Date ( ) ; a = s . createElement ( o ) , m = s . getElementsByTagName ( o ) [ 0 ] ; a . async = 1 ; a . src = g ; m . parentNode . insertBefore ( a , m )
60
+ } ) ( window , document , 'script' , '//www.google-analytics.com/analytics.js' , 'ga' ) ;
61
61
ga ( 'create' , 'UA-52141426-1' , 'auto' ) ;
62
62
ga ( 'send' , 'pageview' ) ;
63
63
</ script >
0 commit comments