Skip to content

Commit

Permalink
FIX: incomplete index.html, where <div class=satus-base... would be a…
Browse files Browse the repository at this point in the history
…dded before some of the <script>'s
  • Loading branch information
ImprovedTube authored Oct 21, 2023
1 parent d59edf9 commit 452b0dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions menu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
<link rel="stylesheet" href="styles/night-mode.css">
<link rel="stylesheet" href="styles/search.css">
<link rel="stylesheet" href="styles/settings.css">
<link rel="stylesheet" href="styles/themes.css">
</head>
<body>
<link rel="stylesheet" href="styles/themes.css">
<script src="../js&css/satus.js"></script>
<script src="index.js"></script>
<script src="skeleton.js"></script>
Expand All @@ -44,5 +42,7 @@
<script src="skeleton-parts/blacklist.js"></script>
<script src="skeleton-parts/analyzer.js"></script>
<script src="functions.js"></script>
</head>
<body>
</body>
</html>
</html>

0 comments on commit 452b0dc

Please sign in to comment.