File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 9
9
< link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css ">
10
10
< style >
11
11
@media (min-width : 768px ) {
12
- # content {
12
+ . container {
13
13
max-width : 730px ;
14
14
}
15
15
}
16
+ .footer {
17
+ padding-top : 19px ;
18
+ color : # 777 ;
19
+ border-top : 1px solid # e5e5e5 ;
20
+ }
16
21
</ style >
17
22
</ head >
18
23
< body >
19
24
20
- < div id ="content " class ="container ">
25
+ < div class ="container ">
26
+ < div class ="header ">
27
+ < ul class ="nav nav-pills pull-right ">
28
+ < li > < a href ="?lang=en "> English</ a > </ li >
29
+ < li > < a href ="?lang=fr "> Français</ a > </ li >
30
+ </ ul >
31
+ </ div >
32
+
33
+ < div id ="content "> </ div >
34
+
35
+ < div class ="footer ">
36
+ < p > This RPG is the work of < a href ="http://jehaisleprintemps.net "> Bruno Bord</ a > .
37
+ < a href ="https://github.com/brunobord/axe-not-axe "> Fork it away</ a > , it's Public Domain.</ p >
38
+ </ div >
21
39
</ div >
22
40
23
41
< script src ="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js "> </ script >
You can’t perform that action at this time.
0 commit comments