File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Scalatron/doc/tutorial/_layouts Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+
4
+ < head >
5
+ < meta charset ='utf-8 ' />
6
+ < meta http-equiv ="X-UA-Compatible " content ="chrome=1 " />
7
+ < meta name ="description " content ="Scalatron Tutorial " />
8
+
9
+ < link rel ="stylesheet " type ="text/css " media ="screen " href ="./tutorial.css ">
10
+
11
+ < title > {{ page.title }}</ title >
12
+
13
+ <!-- the following code snippets activates Google Analytics, which allows me to understand which parts of
14
+ the tutorial are being used and how the tutorial could be improved.
15
+ Thanks for your support. -->
16
+ < script type ="text/javascript ">
17
+ var _gaq = _gaq || [ ] ;
18
+ _gaq . push ( [ '_setAccount' , 'UA-31522898-1' ] ) ;
19
+ _gaq . push ( [ '_trackPageview' ] ) ;
20
+
21
+ ( function ( ) {
22
+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
23
+ ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
24
+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
25
+ } ) ( ) ;
26
+ </ script >
27
+ </ head >
28
+
29
+ < body >
30
+ {{ content }}
31
+ </ body >
32
+ </ html >
You can’t perform that action at this time.
0 commit comments