mailbox.html 402 Bytes
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
<head th:include="include :: header">
    <meta charset="UTF-8">
</head>
<body class="gray-bg">
<div class="col-sm-4">
    <div class="main-content">
        <div class="box box-main">
            <div class="box-header">
            </div>
        </div>
    </div>
</div>
<div th:include="include :: footer"></div>
</body>
</html>