jLinux

Untitled

Dec 15th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. doctype html
  2. html(lang="en")
  3. head
  4. title='DT SSP Test'
  5. each js in sources.js
  6. script(type="text/javascript" src=js).
  7.  
  8. each css in sources.css
  9. link(rel="stylesheet" type="text/css" href=css).
  10.  
  11. script(type='text/javascript').
  12. $(document).ready(function(){
  13. //alert('test');
  14. });
  15.  
  16. body
  17. h1 DataTables Server Side Example w/ MySQL on NodeJS
  18. hr
  19. include ./form.jade
  20. hr
  21. #container
  22. include ./datatable.jade
Advertisement
Add Comment
Please, Sign In to add comment