Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="author" content="Jacob Howard">
- <link rel="stylesheet" href="style.css" type="text/css">
- <link rel="icon" href="favicon.ico" type="image/ico">
- <title>JavaJam Coffee House - Music</title>
- </head>
- <body>
- <div id="wrapper">
- <header>
- <h1>JavaJam Coffee House</h1>
- </header>
- <nav>
- <a href="index.html">Home</a> |
- <a href="menu.html">Menu</a> |
- <a href="music.html">Music</a> |
- <a href="jobs.html">Jobs</a>
- </nav>
- <main>
- <p>
- The first Friday night of each month at JavaJam is a special night. Join us from 8pm to 11pm for some music you won’t want to miss!
- </p>
- <h2>January</h2>
- <p class="details">
- <a href="img/melanie.jpg" target="_blank"><img src="img/melaniethumb.jpg" alt="Melanie"></a>
- Melanie Morris entertains with her melodic folk style.
- </p>
- <h2>February</h2>
- <p class="details">
- <a href="img/greg.jpg" target="_blank"><img src="img/gregthumb.jpg" alt="Greg"></a>
- Tahoe Greg’s back from his tour. New songs. New stories. CDs are now available.
- </p>
- </main>
- <footer>
- Copyright © 2016 JavaJam Coffe House<br>
- </footer>
- </div>
- </body>
- </html>
Advertisement