aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/home2.html
diff options
context:
space:
mode:
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