path try next

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-08 22:14:15 +01:00
parent 8d50293887
commit c3a82e1149
46 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PiXelTube Web Interface</title>
<link rel="stylesheet" href="../static/bootstrap.min.css">
<link rel="stylesheet" href="static/bootstrap.min.css">
</head>
<body>
@ -57,8 +57,8 @@
</div>
<!-- Include Bootstrap JS and jQuery (assuming you've downloaded them locally) -->
<script src="../static/jquery.min.js"></script>
<script src="../static/bootstrap/bootstrap.bundle.min.js"></script>
<script src="static/jquery.min.js"></script>
<script src="static/bootstrap/bootstrap.bundle.min.js"></script>
<script>
$(document).ready(function () {
// Function to populate the tube list