Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <%- include("head", {title: 'Simple CRM'}) %>
- <body class="hold-transition sidebar-mini layout-fixed">
- <div class="wrapper">
- <!-- prettier-ignore -->
- <%- include("navbar") %>
- <%- include("sidebar") %>
- <div class="content-wrapper">
- <h1>Welcome to Simple CRM</h1>
- </div>
- <%- include("footer") %>
- </div>
- <%- include("script") %>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement