Skip to content

Commit

Permalink
Merge pull request #123 from amaansyed27/main
Browse files Browse the repository at this point in the history
Navbar link updated
  • Loading branch information
Jyotibrat authored Feb 7, 2025
2 parents 80757fd + d8b80f0 commit bfa92b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
<i class="fas fa-file-alt"></i> Markdown
</button>
<div class="dropdown-menu">
<a href="markdown_live_preview.html">Live Preview</a>
<a href="index.html">Live Preview</a>
<a href="file_upload.html">Upload</a>
</div>
</div>
<a href="html_previewer.html">
<a href="Html_Previewer.html">
<i class="fab fa-html5"></i> HTML
</a>
</a>
<div class="dropdown">
<button class="dropdown-toggle">
<i class="fas fa-code"></i> Online IDE
Expand Down

0 comments on commit bfa92b6

Please sign in to comment.