aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/home2.html
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2015-10-12 22:36:01 +0200
committerFrançois Schmidts <francois.schmidts@gmail.com>2016-01-26 23:46:32 +0100
commit2c0e17cb977a1e8782799b337df8b1583d019906 (patch)
tree75563e440e9eac14950fa1a71a83e64df20e52d0 /src/web/templates/home2.html
parentfixing sqlalchemy resolving warning (diff)
downloadnewspipe-2c0e17cb977a1e8782799b337df8b1583d019906.tar.gz
newspipe-2c0e17cb977a1e8782799b337df8b1583d019906.tar.bz2
newspipe-2c0e17cb977a1e8782799b337df8b1583d019906.zip
bootstraping react
Diffstat (limited to 'src/web/templates/home2.html')
-rw-r--r--src/web/templates/home2.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/web/templates/home2.html b/src/web/templates/home2.html
new file mode 100644
index 00000000..54413b35
--- /dev/null
+++ b/src/web/templates/home2.html
@@ -0,0 +1,8 @@
+{% extends "layout.html" %}
+{% block content %}
+<section id="jarrapp"></section>
+<script type="text/javascript" src="{{ url_for("static", filename="js/jquery.js") }}"></script>
+<script type="text/javascript" src="{{ url_for("static", filename="js/bootstrap.min.js") }}"></script>
+<script type="text/javascript" src="{{ url_for("static", filename="js/bundle.min.js") }}"></script>
+
+{% endblock %}
bgstack15