Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>LEGEND</title>
  4. <meta charset=utf-8">
  5. <link rel="stylesheet" type="text/css" href="./css/style.css">
  6. </head>
  7. <body>
  8. <div class="title">
  9. <img src="./img/title.png">
  10. </div>
  11. <div id="stylefour">
  12. <ul>
  13. <li><a href="#" title=""><span>Home</span></a></li>
  14. <li><a href="#" title=""><span>About Us</span></a></li>
  15. <li><a href="#" title="" class="current"><span>Services</span></a></li>
  16. <li><a href="#" title=""><span>Contact</span></a></li>
  17. </ul>
  18. </div>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement