|
@@ -2,12 +2,9 @@
|
|
|
<html>
|
|
<html>
|
|
|
<head>
|
|
<head>
|
|
|
<title>Restic Backups</title>
|
|
<title>Restic Backups</title>
|
|
|
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" crossorigin="anonymous">
|
|
|
|
|
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css" crossorigin="anonymous">
|
|
|
|
|
- <link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.21.4/dist/bootstrap-table.min.css" crossorigin="anonymous">
|
|
|
|
|
- <link rel="stylesheet" href="bootstrap.min.css">
|
|
|
|
|
- <link rel="stylesheet" href="bootstrap-icons.css">
|
|
|
|
|
- <link rel="stylesheet" href="bootstrap-table.min.css">
|
|
|
|
|
|
|
+ <link rel="stylesheet" href="static/bootstrap.min.css">
|
|
|
|
|
+ <link rel="stylesheet" href="static/bootstrap-icons.css">
|
|
|
|
|
+ <link rel="stylesheet" href="static/bootstrap-table.min.css">
|
|
|
<!-- https://www.lescouleurs.ch/en/the-colours/63-colours/ -->
|
|
<!-- https://www.lescouleurs.ch/en/the-colours/63-colours/ -->
|
|
|
<style>
|
|
<style>
|
|
|
.daily1 { background-color: #C4D39B; }
|
|
.daily1 { background-color: #C4D39B; }
|
|
@@ -82,8 +79,11 @@
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
</div>
|
|
</div>
|
|
|
- <script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script>
|
|
|
|
|
|
|
+<!-- <script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script>
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
|
|
|
- <script src="https://unpkg.com/bootstrap-table@1.21.4/dist/bootstrap-table.min.js"></script>
|
|
|
|
|
|
|
+ <script src="https://unpkg.com/bootstrap-table@1.21.4/dist/bootstrap-table.min.js"></script> -->
|
|
|
|
|
+ <script src="static/jquery.min.js"></script>
|
|
|
|
|
+ <script src="static/bootstrap.bundle.min.js"></script>
|
|
|
|
|
+ <script src="static/bootstrap-table.min.js"></script>
|
|
|
</body>
|
|
</body>
|
|
|
</html>
|
|
</html>
|