HTML

JavaJam / music.html

Feb 24th, 2017
181
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="author" content="Jacob Howard">
  6. <link rel="stylesheet" href="style.css" type="text/css">
  7. <link rel="icon" href="favicon.ico" type="image/ico">
  8. <title>JavaJam Coffee House - Music</title>
  9. </head>
  10. <body>
  11. <div id="wrapper">
  12. <header>
  13. <h1>JavaJam Coffee House</h1>
  14. </header>
  15. <nav>
  16. <a href="index.html">Home</a>&nbsp;|&nbsp;
  17. <a href="menu.html">Menu</a>&nbsp;|&nbsp;
  18. <a href="music.html">Music</a>&nbsp;|&nbsp;
  19. <a href="jobs.html">Jobs</a>
  20. </nav>
  21. <main>
  22. <p>
  23. The first Friday night of each month at JavaJam is a special night. Join us from 8pm to 11pm for some music you won&rsquo;t want to miss!
  24. </p>
  25. <h2>January</h2>
  26. <p class="details">
  27. <a href="img/melanie.jpg" target="_blank"><img src="img/melaniethumb.jpg" alt="Melanie"></a>
  28. Melanie Morris entertains with her melodic folk style.
  29. </p>
  30. <h2>February</h2>
  31. <p class="details">
  32. <a href="img/greg.jpg" target="_blank"><img src="img/gregthumb.jpg" alt="Greg"></a>
  33. Tahoe Greg&rsquo;s back from his tour. New songs. New stories. CDs are now available.
  34. </p>
  35. </main>
  36. <footer>
  37. Copyright &copy; 2016 JavaJam Coffe House<br>
  38. </footer>
  39. </div>
  40. </body>
  41. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment