Skip to content

Instantly share code, notes, and snippets.

@mattmawhinney
Created July 9, 2013 21:21
Show Gist options
  • Save mattmawhinney/5961402 to your computer and use it in GitHub Desktop.
Save mattmawhinney/5961402 to your computer and use it in GitHub Desktop.
Navbar with icon that shows up in Chrome and Firefox
<!--<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="navbar.css"/> -->
<title>Hello, I'm Matt Mawhinney!</title>
<link rel="shortcut icon" href="https://lh6.googleusercontent.com/-oSPgrfaAA4w/Uc3azyCxwwI/AAAAAAAAAS4/PoZnAVzly6w/s64-no/red_head.ico" />
<!--</head>
<body>
<div id="header">
<ul id="nav">
<a href="http://www.mattmawhinney.com"><li>Home</li></a>
<a href="https://www.linkedin.com/pub/matt-mawhinney/1a/238/176/" target="blank"><li>LinkedIn</li></a>
<a href="https://github.com/mattmawhinney/Practice" target="blank"><li>GitHub</li></a>
<a href="mailto:matt.mawhinney@gmail.com" target="blank"><li>Email</li></a>
<a href="https://www.twitter.com/TweetsbyMatt" target="blank"><li>@TweetsbyMatt</li></a>
</ul>
</div>
MORE BODY HTML
</body>
</html> -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment