Guest User

Untitled

a guest
Nov 16th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. !!!
  2. %html{:lang => "en"}
  3. %head
  4. %meta{:charset => "utf-8"}
  5.  
  6. %link{:href => "/css/style.css" :rel => "stylesheet", :type="text/css"}
  7. %script{:src => "//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"}
  8.  
  9. %script{:src => "/js/jquery-scrollTo.js" :type => "text/javascript"}
  10. %script{:src => "/js/jquery-localScroll.js" :type => "text/javacript"}
  11.  
  12. %script{:src => "/js/script.js" :type => "text/javascript"}
  13.  
  14. %body
  15. %div{:id => "box-links"}
  16. %a{:href => "#box1"} Link to box #1
  17. %a{:href => "#box2"} Link to box #2
  18. %a{:href => "#box3"} Link to box #3
  19. %a{:href => "#box4"} Link to box #4
  20.  
  21. %div{:id => "box1" :class => "box"} Box #1
  22. %div{:id => "box2" :class => "box"} Box #2
  23. %div{:id => "box3" :class => "box"} Box #3
  24. %div{:id => "box4" :class => "box"} Box #4
Advertisement
Add Comment
Please, Sign In to add comment