summaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html
new file mode 100644
index 00000000..67502257
--- /dev/null
+++ b/templates/layout.html
@@ -0,0 +1,27 @@
+<!doctype html>
+<html>
+<head>
+ <title>Megapixels</title>
+ <link rel='stylesheet' href='/assets/css/css.css' />
+</head>
+<body>
+ <header>
+ <h1>
+ <div id="logo"></div>
+ Megapixels
+ <span class='sub'>The Darkside of Datasets</span>
+ </h1>
+ <div class='links'>
+ <a href="/search">Face Search</a>
+ <a href="/datasets">Datasets</a>
+ <a href="/blog">Blog</a>
+ <a href="/about">About</a>
+ </div>
+ </header>
+ {% block content %}{% endblock %}
+ <footer>
+ <a href="/about">How to use MegaPixels</a>
+ <a href="/pages/terms">Terms of Use & Privacy</a>
+ </footer>
+</body>
+</html> \ No newline at end of file