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">
- <!-- Content Header (Page header) -->
- <div class="content-header">
- <div class="container-fluid">
- <div class="row mb-2">
- <div class="col-sm-6">
- <h1 class="m-0 text-dark">Welcome to Simple CRM</h1>
- </div>
- <!-- /.col -->
- <div class="col-sm-6">
- <ol class="breadcrumb float-sm-right">
- <li class="breadcrumb-item active">
- <a href="/">Home</a>
- </li>
- </ol>
- </div>
- <!-- /.col -->
- </div>
- <!-- /.row -->
- </div>
- <!-- /.container-fluid -->
- </div>
- <!-- /.content-header -->
- </div>
- <%- include("footer") %>
- </div>
- <%- include("script") %>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement