diff options
Diffstat (limited to 'templates/layout.html')
| -rw-r--r-- | templates/layout.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/templates/layout.html b/templates/layout.html deleted file mode 100644 index 67502257..00000000 --- a/templates/layout.html +++ /dev/null @@ -1,27 +0,0 @@ -<!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 |
