Skip to content

Commit

Permalink
Update blog.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam101203 authored Jan 21, 2024
1 parent 65dcca7 commit 1c99404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/blogs/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="blog.css">
</head>

<body>
Expand Down Expand Up @@ -34,7 +34,7 @@ <h2>Add a Blog</h2>
</form>
</section>

<script src="scripts.js"></script>
<script src="blog.js"></script>

</body>
</html>
</html>

0 comments on commit 1c99404

Please sign in to comment.