added jquery

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 01:58:52 +01:00
parent 81c92d4775
commit 7b055d126d
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<title>PiXelTube Web Interface</title> <title>PiXelTube Web Interface</title>
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<script src="bootstrap/js/bootstrap.bundle.min.js"></script> <script src="bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="jquery/jquery-3.7.1.min.js"></script>
</head> </head>
<body> <body>

File diff suppressed because one or more lines are too long