Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title></title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <link rel="stylesheet" type="text/css" media="screen" href="main.css" />
  9. <script src="main.js"></script>
  10. </head>
  11. <body>
  12.  
  13. <nav>
  14. <ul>
  15. <li><a href="#link1">asd</a></li>
  16. <li><a href="#link2">asd</a></li>
  17. <li><a href="#link3">asd</a></li>
  18. </ul>
  19. </nav>
  20.  
  21. <div id="wrapper">
  22.  
  23. <section id="#link1">
  24. ...
  25. </section>
  26.  
  27. <section id="#link2">
  28. ...
  29. </section>
  30.  
  31. <section id="#link2">
  32. ...
  33. </section>
  34.  
  35. </div>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement