Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- doctype html
- html(lang="en")
- head
- title='DT SSP Test'
- each js in sources.js
- script(type="text/javascript" src=js).
- each css in sources.css
- link(rel="stylesheet" type="text/css" href=css).
- script(type='text/javascript').
- $(document).ready(function(){
- //alert('test');
- });
- body
- h1 DataTables Server Side Example w/ MySQL on NodeJS
- hr
- include ./form.jade
- hr
- #container
- include ./datatable.jade
Advertisement
Add Comment
Please, Sign In to add comment