page dash borad css!!

dev_tymeleaf
jangwonseokicom 1 year ago
parent b0ef466826
commit 2058c43ba8

@ -8,9 +8,6 @@
<title>대시보드</title>
</head>
<body>
<h1>ICOMSYS ADMIN</h1>
<h1>대시보드</h1>
<div class="skip_navigation">
<ul>
<li>
@ -47,7 +44,7 @@
<div class="cont_box">
<div class="box_title">
<div class="fl">
<h2 class="mt12">대시보드</h2>
<!-- <h2 class="mt12">대시보드</h2>-->
</div>
<div class="fr">
<div class="btn_wrap fl">

@ -2,18 +2,14 @@
<html lang="ko" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
<th:block th:replace="layout/fragments/head :: headFragment"></th:block>
<body>
<th:block th:replace="layout/fragments/sidebar :: sidebarFragment"></th:block>
<section id="Content" class="bot_common">
<div>
<!-- <th:block th:replace="layout/fragments/top :: topbarFragment"></th:block>-->
<th:block th:replace="layout/fragments/sidebar :: sidebarFragment"></th:block>
<div>
<div>
<th:block layout:fragment="content"></th:block>
</div>
<!-- <th:block th:replace="layout/fragments/footer :: footerFragment"></th:block>-->
</div>
</div>
</section>
</body>
</html>
Loading…
Cancel
Save