Skip to content

Commit

Permalink
fix: move styles under head (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: JPL42 <dev@plant.ml>
  • Loading branch information
joshplant and JPL42 committed Aug 20, 2022
1 parent 4d3c94d commit ed18998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Better-Tray-Menu/main/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="style.css">
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>Window Title</header>
Expand All @@ -15,4 +15,4 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit ed18998

Please sign in to comment.