Guest User

Untitled

a guest
Jan 22nd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. !!!
  2. %html{:lang=>'en'}
  3. %head
  4. %meta{:charset=>'utf-8'}
  5. %title Bounce - Social Code Collaboration
  6. %link{:rel=>'stylesheet', :href=>'/css/codemirror.css'}
  7. %link{:rel=>'stylesheet', :href=>'/css/base.css'}
  8. %link{:rel=>'stylesheet', :href=>'/css/default.css'}
  9. %body
  10. %script{:type=>'data/html'}= data.html
  11. %script{:type=>'data/css'}= data.css
  12. %script{:type=>'data/js'}= data.js
  13. %script{:type=>'data/libs'}
  14. %script{:src=>'/js/mootools.js'}
  15. %script{:src=>'/js/mootools-more.js'}
  16. %script{:src=>'/js/codemirror.js'}
  17. %script{:src=>'/js/syntax/xml.js'}
  18. %script{:src=>'/js/syntax/css.js'}
  19. %script{:src=>'/js/syntax/javascript.js'}
  20. %script{:src=>'/js/bounce.js'}
  21. %script BNC.init({theme: 'default'});
Add Comment
Please, Sign In to add comment