parent
3a777b3620
commit
1ed94713f0
|
@ -5,7 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>PiXelTube Web Interface</title>
|
<title>PiXelTube Web Interface</title>
|
||||||
<!-- Include Bootstrap CSS (assuming you've downloaded it locally) -->
|
<!-- Include Bootstrap CSS (assuming you've downloaded it locally) -->
|
||||||
<link rel="stylesheet" href="./static/bootstrap.min.css">
|
<link rel="stylesheet" href="/static/bootstrap.min.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
@ -58,8 +58,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Include Bootstrap JS and jQuery (assuming you've downloaded them locally) -->
|
<!-- Include Bootstrap JS and jQuery (assuming you've downloaded them locally) -->
|
||||||
<script src="./static/jquery.min.js"></script>
|
<script src="/static/jquery.min.js"></script>
|
||||||
<script src="./static/bootstrap/bootstrap.bundle.min.js"></script>
|
<script src="/static/bootstrap/bootstrap.bundle.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
// Function to populate the tube list
|
// Function to populate the tube list
|
||||||
|
|
Loading…
Reference in New Issue