Skip to content

Commit

Permalink
Merge pull request #127 from shivam101203/patch-3
Browse files Browse the repository at this point in the history
link html and css file
  • Loading branch information
jaysomani committed Jan 23, 2024
2 parents 9877507 + 1c99404 commit 40068a6
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 40068a6

Please sign in to comment.