aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/home2.html
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2016-01-31 03:11:42 +0100
committerFrançois Schmidts <francois.schmidts@gmail.com>2016-01-31 03:11:42 +0100
commitc9fe6a680f0c2547157db0825dde93471704c609 (patch)
treef58b35c1832516c48d6e9eae1784c2d7281f7bfa /src/web/templates/home2.html
parentchanging submodule address (diff)
downloadnewspipe-c9fe6a680f0c2547157db0825dde93471704c609.tar.gz
newspipe-c9fe6a680f0c2547157db0825dde93471704c609.tar.bz2
newspipe-c9fe6a680f0c2547157db0825dde93471704c609.zip
decommissionning old home
Diffstat (limited to 'src/web/templates/home2.html')
-rw-r--r--src/web/templates/home2.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/web/templates/home2.html b/src/web/templates/home2.html
deleted file mode 100644
index 4389ae6f..00000000
--- a/src/web/templates/home2.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- {% block head %}
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="description" content="JARR is a web-based news aggregator." />
- <meta name="author" content="" />
- <title>JARR{% if head_titles %} - {{ ' - '.join(head_titles) }}{% endif %}</title>
- <link rel="shortcut icon" href="{{ url_for("static", filename="img/favicon.png") }}" />
- <!-- Bootstrap core CSS -->
- <link href="{{ url_for("static", filename="css/bootstrap.min.css") }}" rel="stylesheet" media="screen" />
- <!-- Add custom CSS here -->
- <link href="{{ url_for("static", filename="css/customized-bootstrap.css") }}" rel="stylesheet" media="screen" />
- <link href="{{ url_for("static", filename="css/one-page-app.css") }}" rel="stylesheet" media="screen" />
- {% endblock %}
- </head>
- <body>
- <section id="jarrapp" />
- </body>
- <script type="text/javascript" src="{{ url_for('static', filename = 'js/bundle.min.js') }}"></script>
-</html>
bgstack15