Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- !!!
- %html{:lang => "en"}
- %head
- %meta{:charset => "utf-8"}
- %link{:href => "/css/style.css" :rel => "stylesheet", :type="text/css"}
- %script{:src => "//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"}
- %script{:src => "/js/jquery-scrollTo.js" :type => "text/javascript"}
- %script{:src => "/js/jquery-localScroll.js" :type => "text/javacript"}
- %script{:src => "/js/script.js" :type => "text/javascript"}
- %body
- %div{:id => "box-links"}
- %a{:href => "#box1"} Link to box #1
- %a{:href => "#box2"} Link to box #2
- %a{:href => "#box3"} Link to box #3
- %a{:href => "#box4"} Link to box #4
- %div{:id => "box1" :class => "box"} Box #1
- %div{:id => "box2" :class => "box"} Box #2
- %div{:id => "box3" :class => "box"} Box #3
- %div{:id => "box4" :class => "box"} Box #4
Advertisement
Add Comment
Please, Sign In to add comment