Update Bootstrap and jQuery

This commit is contained in:
Steffen Lange 2024-03-01 14:54:03 +01:00
parent f966b1b3b7
commit 8c7ca3af08

View file

@ -32,9 +32,9 @@ $db->sort();
<meta property="twitter:description" content="Patch Notification Robot provides you the latest update notifications."> <meta property="twitter:description" content="Patch Notification Robot provides you the latest update notifications.">
<meta property="twitter:image" content="https://www.patchbot.de/assets/patchbot.jpg"> <meta property="twitter:image" content="https://www.patchbot.de/assets/patchbot.jpg">
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/font/bootstrap-icons.css"> <link rel="stylesheet" type="text/css" href="assets/font/bootstrap-icons.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/datatables.min.css"> <link rel="stylesheet" type="text/css" href="assets/css/datatables.min.css">
<script src="assets/js/jquery-3.7.0.slim.min.js"></script> <script src="assets/js/jquery-3.7.1.slim.min.js"></script>
<script src="assets/js/datatables.min.js"></script> <script src="assets/js/datatables.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script> <script src="assets/js/bootstrap.bundle.min.js"></script>
<script> <script>