Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
neeharikasri authored Feb 2, 2025
1 parent b7ceb17 commit 5eb1c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebsiteBlog - Dark Theme</title>
<title>WebsiteBlog</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet"> <!-- Font Awesome -->
<link rel="stylesheet" href="style.css">
Expand Down Expand Up @@ -244,4 +244,4 @@ <h2 class="display-4 fw-bold mb-3">About WebsiteBlog</h2>
<script src="app.js" ></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
</html>

0 comments on commit 5eb1c7f

Please sign in to comment.