Created
January 9, 2018 11:11
-
-
Save slmanju/9d4dc96d5760473f49c373f7c731e071 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <header class="header clearfix"> | |
| <nav> | |
| <ul class="nav nav-pills float-right"> | |
| <li class="nav-item"> | |
| <a class="nav-link" href="/">Home</a> | |
| </li> | |
| <li class="nav-item"> | |
| <a class="nav-link" href="/employees">Employees</a> | |
| </li> | |
| </ul> | |
| </nav> | |
| <h3 class="text-muted">EMS</h3> | |
| </header> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment