diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-30 00:29:18 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-30 00:29:18 +0100 |
| commit | f8411968d8b2c968e298f45ee10c63a2079bdf02 (patch) | |
| tree | 23d7d7bcaf77c3d6f328a5746e55705820e75e0b /templates | |
| parent | 1ced465bf5275edcb3cea019e9f8605f274851d3 (diff) | |
lorem the ipsum
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/about.html | 4 | ||||
| -rw-r--r-- | templates/layout.html | 27 | ||||
| -rw-r--r-- | templates/paper.html | 4 | ||||
| -rw-r--r-- | templates/terms.html | 4 |
4 files changed, 0 insertions, 39 deletions
diff --git a/templates/about.html b/templates/about.html deleted file mode 100644 index 6699bd0f..00000000 --- a/templates/about.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends 'layout.html' %} - -{% block content %} -{% endblock %} 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 diff --git a/templates/paper.html b/templates/paper.html deleted file mode 100644 index 6699bd0f..00000000 --- a/templates/paper.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends 'layout.html' %} - -{% block content %} -{% endblock %} diff --git a/templates/terms.html b/templates/terms.html deleted file mode 100644 index 6699bd0f..00000000 --- a/templates/terms.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends 'layout.html' %} - -{% block content %} -{% endblock %} |
