summaryrefslogtreecommitdiff
path: root/pages/common/header.html.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/common/header.html.inc')
-rw-r--r--pages/common/header.html.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/pages/common/header.html.inc b/pages/common/header.html.inc
new file mode 100644
index 0000000..55d4c1d
--- /dev/null
+++ b/pages/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