HTML

JavaJam / format.txt

Feb 24th, 2017
154
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 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.png" type="image/png">
  8. <title>JavaJam Coffee House - Menu</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.  
  23. </main>
  24. <footer>
  25. Copyright &copy; 2016 JavaJam Coffe House<br>
  26. </footer>
  27. </div>
  28. </body>
  29. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment