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.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/web/templates/home2.html b/src/web/templates/home2.html
index 54413b35..3e9d4a6f 100644
--- a/src/web/templates/home2.html
+++ b/src/web/templates/home2.html
@@ -1,8 +1,6 @@
{% 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