Skip to content

Commit

Permalink
templates: fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr committed Sep 2, 2024
1 parent 61f23e9 commit 5d7bce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/logs.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="lib/bootstrap-4.6.2-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<script type="text/javascript" src="static/js/scroll.js"></script>
<script type="text/javascript" src="assets/js/scroll.js"></script>
</head>
<body class="log">
<h6 class="log">Show log:</h6>
Expand Down

0 comments on commit 5d7bce4

Please sign in to comment.