Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
computerblade-official committed Jan 4, 2025
1 parent 3ed352e commit 0e5bec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="utf-8" />
<link rel="stylesheet" href="./static/styles.css" />
<script src="https://cdn.jsdelivr.net/npm/marked/lib/marked.min.js"></script>
<script src="./js/script.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
<script src="https://code.jquery.com/ui/1.14.1/jquery-ui.js"></script>
<link rel="icon" type="image/x-icon" href="./static/logo.png" />
Expand Down Expand Up @@ -89,5 +88,6 @@ <h1 id="postTitle">Post Title</h1>
</main>
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
<script src="https://code.jquery.com/ui/1.14.1/jquery-ui.js"></script>
<script src="./js/script.js"></script>
</body>
</html>

0 comments on commit 0e5bec5

Please sign in to comment.