Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <!DOCTYPE html >
  2. <html>
  3. <head>
  4. <title>test</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <link href="css/navigation.css" type="text/css" rel="stylesheet" />
  7. <!--[if IE]>
  8. <script src="http://code.jquery.com/jquery-1.6.2.min.js" type="text/javascript"></script>
  9. <script src="js/navigation.js" type="text/javascript"></script>
  10. <![endif]-->
  11. </head>
  12. <body>
  13. <ul class="navigation">
  14. <li id="home"><a href="#home">Home</a></li>
  15. <li id="news"><a href="#news">News</a></li>
  16. <li id="gallery"><a href="#gallery">Gallery</a></li>
  17. <li id="blog"><a href="#blog">Blog</a></li>
  18. <li id="about"><a href="#about">About</a></li>
  19. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement