sipamski

Untitled

May 27th, 2019
720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html xmlns:th="http://www.thymeleaf.org">
  3. <head th:replace="fragments/header :: header_app"> </head>
  4. <body class="hold-transition skin-blue sidebar-mini">
  5. <header th:replace="fragments/header :: header"></header>
  6. <aside th:replace="fragments/sidebar :: sidebar"></aside>
  7.  
  8. <!-- Content Wrapper. Contains page content -->
  9. <div class="content-wrapper">
  10. <!-- Content Header (Page header) -->
  11. <section class="content-header">
  12. <h1>
  13. Dashboard <small>Control panel</small>
  14. </h1>
  15. <ol class="breadcrumb">
  16. <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
  17. <li class="active">Dashboard</li>
  18. </ol>
  19. </section>
  20. <!-- Main content -->
  21. <section class="content">
  22. <div class="row">
  23. <div class="col-md-12">
  24.  
  25. </div>
  26. </div>
  27. </section>
  28. </div>
  29.  
  30. <div th:replace="fragments/footer :: footer"></div>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment