File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ < head >
2
+ < meta charset ="utf-8 ">
3
+ < meta http-equiv ="X-UA-Compatible " content ="chrome=1 ">
4
+ < title > {{ page.title }}</ title >
5
+
6
+ < link rel ="stylesheet " href ="stylesheets/styles.css ">
7
+ < link rel ="stylesheet " href ="stylesheets/pygment_trac.css ">
8
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no ">
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ </ head >
13
+ < body >
14
+ < div class ="wrapper ">
15
+ < header >
16
+ < h1 > Scala</ h1 >
17
+ < p > Documentation on the development of the Scala compiler and standard library.</ p >
18
+
19
+ < p class ="view "> < a href ="https://github.com/scala/scala "> View the Project on GitHub < small > scala/scala</ small > </ a > </ p >
20
+
21
+
22
+ < ul >
23
+ < li > < a href ="https://github.com/scala/scala/zipball/master "> Download < strong > ZIP File</ strong > </ a > </ li >
24
+ < li > < a href ="https://github.com/scala/scala/tarball/master "> Download < strong > TAR Ball</ strong > </ a > </ li >
25
+ < li > < a href ="https://github.com/scala/scala "> View On < strong > GitHub</ strong > </ a > </ li >
26
+ </ ul >
27
+ </ header >
28
+ < section >
29
+ {{content}}
30
+ </ section >
31
+ < footer >
32
+ < p > This project is maintained by < a href ="https://github.com/scala "> scala</ a > </ p >
33
+ < p > < small > Hosted on GitHub Pages — Theme by < a href ="https://github.com/orderedlist "> orderedlist</ a > </ small > </ p >
34
+ </ footer >
35
+ </ div >
36
+ < script src ="javascripts/scale.fix.js "> </ script >
You can’t perform that action at this time.
0 commit comments