parent
e53eb34b96
commit
6f45740f66
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<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>
|
||||||
<link rel="stylesheet" href="./static/bootstrap/css/bootstrap.min.css">
|
<link rel="stylesheet" href="{{ url_for('static', filename='bootstrap/css/bootstrap.min.css')}}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
@ -57,8 +57,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="{{ url_for('static', filename='jquery.min.js')}}"></script>
|
||||||
<script src="./static/bootstrap/js/bootstrap.bundle.min.js"></script>
|
<script src="{{ url_for('static', filename='bootstrap/js/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