Skip to content

Commit

Permalink
#2 Added Hidden Character Finder
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHedley committed Dec 12, 2020
1 parent 1f7c007 commit 3ac7e66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Utility-Blazor/Pages/hcf.razor
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@page "/hcf"

<h1>Hidden Character Finder</h1>

<p><a href="https://www.soscisurvey.de/tools/view-chars.php" target="_blank">View non-printable unicode characters</a></p>

@code {
}
5 changes: 5 additions & 0 deletions src/Utility-Blazor/Shared/NavMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
<span class="oi oi-code" aria-hidden="true"></span> Luhn
</NavLink>
</li>
<li class="nav-item px-3">
<NavLink class="nav-link" href="hcf">
<span class="oi oi-code" aria-hidden="true"></span> Hidden Character Finder
</NavLink>
</li>
</ul>
</div>

Expand Down

0 comments on commit 3ac7e66

Please sign in to comment.