Skip to content

Commit 19e64f3

Browse files
committed
Swap header/footer... dunno how they got that way?
Apparently they were swapped accidentally already! Closes rust-lang#240
1 parent cd925e0 commit 19e64f3

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

ci/landing-page-footer.html

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
</head>
6-
<body>
7-
<ul>
1+
</ul>
2+
</body>
3+
</html>

ci/landing-page-head.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
</ul>
2-
</body>
3-
</html>
4-
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
</head>
6+
<body>
7+
<ul>

0 commit comments

Comments
 (0)