Skip to content

Instantly share code, notes, and snippets.

@cwake
Last active March 5, 2017 01:56
Show Gist options
  • Save cwake/662b83fb729691afe16bc847e1384ec5 to your computer and use it in GitHub Desktop.
Save cwake/662b83fb729691afe16bc847e1384ec5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link href="BirdOnAWireEspresso.jpg" rel="shortcut icon">
<title> Contact </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel = "stylesheet" href= "BirdStyle.css">
<link rel="stylesheet" href="/lib/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<link rel="stylesheet" type="text/css" href="NavBar.css">
</head>
<body>
<h1> Bird on a Wire Espresso</h1>
<ul class="sidenav">
<li><a class="active" href="BirdHome.html">Home</a></li>
<li><a href="#news">Photos</a></li>
<li><a href="ContactBird.html">Contact</a></li>
<li><a href="BirdAbout.html">About</a></li>
<li><a href="BirdCalendar.html">Events</a></li>
</ul>
<div class="content">
<h2>Let's keep in touch!</h2>
<p> Send us a line and let us know how we're doing. We enjoy not only seeing our customers but keeping in touch with them as well.</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment