summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/common/footer.html.inc (renamed from pages/common/_footer.html)0
-rw-r--r--pages/common/header.html.inc (renamed from pages/common/_header.html)0
-rw-r--r--public/common/footer.html.inc11
-rw-r--r--public/common/header.html.inc13
4 files changed, 24 insertions, 0 deletions
diff --git a/pages/common/_footer.html b/pages/common/footer.html.inc
index c6ad99e..c6ad99e 100644
--- a/pages/common/_footer.html
+++ b/pages/common/footer.html.inc
diff --git a/pages/common/_header.html b/pages/common/header.html.inc
index 55d4c1d..55d4c1d 100644
--- a/pages/common/_header.html
+++ b/pages/common/header.html.inc
diff --git a/public/common/footer.html.inc b/public/common/footer.html.inc
new file mode 100644
index 0000000..c6ad99e
--- /dev/null
+++ b/public/common/footer.html.inc
@@ -0,0 +1,11 @@
+ <footer>
+ <div>
+ (c) 2014 LEAP Encryption Access Project
+ </div>
+ <div>
+ Everything available for download on this site is free and open source software.
+ </div>
+ </footer>
+</div>
+</body>
+</html>
diff --git a/public/common/header.html.inc b/public/common/header.html.inc
new file mode 100644
index 0000000..55d4c1d
--- /dev/null
+++ b/public/common/header.html.inc
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>dl.bitmask.net</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/assets/bootstrap.min.css">
+ <link rel="stylesheet" href="/assets/font-awesome/css/font-awesome.min.css">
+ <link rel="stylesheet" href="/assets/style.css">
+</head>
+<body>
+ <a class="bm-masthead" href="/"></a>
+ <div class="bm-bar">Bitmask Downloads</div>
+ <div class="bm-main container"> \ No newline at end of file