Remove jQuery script reference in page template

This commit is contained in:
2023-05-12 20:38:18 -05:00
parent 88ed414576
commit 8313e6e58d

View File

@@ -7,8 +7,6 @@
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="{{
url_for('static', filename='jquery.js') }}">\x3C/script>')</script>
<script src="{{ url_for('static', filename='script.js') }}"></script>
</head>
<body>