HTML

javajam8-music.html

Sep 29th, 2017
135
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>JavaJam Coffee House Music</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link href="javajam.css" rel="stylesheet">
  8. <link href="favicon.ico" rel="icon">
  9. <!--[if lt IE 9]>
  10. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js">
  11. </script>
  12. <![endif]-->
  13. </head>
  14.  
  15. <body>
  16. <div id="wrapper">
  17. <header><img src="javalogo.gif" alt="JavaJam Coffee House" height="117" width="619"></header>
  18.  
  19. <nav>
  20. <ul>
  21. <li><a href="index.html">Home</a></li>
  22. <li><a href="menu.html">Menu</a></li>
  23. <li><a href="music.html">Music</a></li>
  24. <li><a href="jobs.html">Jobs</a></li>
  25. </ul>
  26. </nav>
  27.  
  28. <main>
  29. <p>The first Friday night each month at JavaJam is a special night. Join us from 8pm to 11pm for some music you won&rsquo;t want to miss!</p>
  30. <h2>January</h2>
  31. <p class="details">
  32. <a href="melanie.jpg"><img src="melaniethumb.jpg" height="80" width="80" alt="Melanie Morris" class="floatleft"></a>
  33. Melanie Morris entertains with her melodic folk style.
  34. Check out the podcast! CDs are now available.</p>
  35. <h2>February</h2>
  36. <p class="details">
  37. <a href="greg.jpg"><img src="gregthumb.jpg" height="80" width="80" alt="Tahoe Greg" class="floatleft"></a>
  38. Tahoe Greg&rsquo;s back from his tour. New songs. New stories. CDs are now available.
  39. </p>
  40. </main>
  41.  
  42. <footer>Copyright &copy; 2013 JavaJam Coffee House<br>
  43. </footer>
  44.  
  45. </div>
  46. </body>
  47. </html>
Comments
  • User was banned
Add Comment
Please, Sign In to add comment