Skip to content

Instantly share code, notes, and snippets.

@cwake
Last active March 5, 2017 01:52
Show Gist options
  • Save cwake/2cc4f9611dbc9d5170d5939deed721c1 to your computer and use it in GitHub Desktop.
Save cwake/2cc4f9611dbc9d5170d5939deed721c1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link href="BirdOnAWireEspresso.jpg" rel="shortcut icon">
<title> Bird on a Wire Espresso </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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.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>Photos</h2>
<p>
Here are some picutres from both of our locations so you can get a taste for what we have to offer!
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment