summaryrefslogtreecommitdiff
path: root/site/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/templates/layout.html')
-rw-r--r--site/templates/layout.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/site/templates/layout.html b/site/templates/layout.html
new file mode 100644
index 00000000..c38948ef
--- /dev/null
+++ b/site/templates/layout.html
@@ -0,0 +1,29 @@
+<!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>
+ <div class="content">
+ {% block content %}{% endblock %}
+ </div>
+ <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