Skip to content

Commit 9bda25f

Browse files
committed
header & footer
1 parent 66df153 commit 9bda25f

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

index.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,33 @@
99
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
1010
<style>
1111
@media (min-width: 768px) {
12-
#content {
12+
.container {
1313
max-width: 730px;
1414
}
1515
}
16+
.footer {
17+
padding-top: 19px;
18+
color: #777;
19+
border-top: 1px solid #e5e5e5;
20+
}
1621
</style>
1722
</head>
1823
<body>
1924

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>
2139
</div>
2240

2341
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>

0 commit comments

Comments
 (0)