From 19e64f3cfb07ec56e80a6294eb6319152792fa5d Mon Sep 17 00:00:00 2001
From: Alex Crichton <alex@alexcrichton.com>
Date: Mon, 28 Mar 2016 13:57:49 -0700
Subject: [PATCH] Swap header/footer... dunno how they got that way?

Apparently they were swapped accidentally already!

Closes #240
---
 ci/landing-page-footer.html | 10 +++-------
 ci/landing-page-head.html   | 11 +++++++----
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/ci/landing-page-footer.html b/ci/landing-page-footer.html
index fc69fa88..941cc8d2 100644
--- a/ci/landing-page-footer.html
+++ b/ci/landing-page-footer.html
@@ -1,7 +1,3 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-  </head>
-  <body>
-    <ul>
+    </ul>
+  </body>
+</html>
diff --git a/ci/landing-page-head.html b/ci/landing-page-head.html
index de3c63c0..fc69fa88 100644
--- a/ci/landing-page-head.html
+++ b/ci/landing-page-head.html
@@ -1,4 +1,7 @@
-    </ul>
-  </body>
-</html>
-
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+  </head>
+  <body>
+    <ul>
-- 
GitLab