log.html 585 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html xmlns:th="http://www.thymeleaf.org"
  3. xmlns:mo="https://gitee.com/aun/Timo">
  4. <head th:replace="/common/template :: header(~{::title},~{::link},~{::style})">
  5. <link rel="stylesheet" th:href="@{/lib/zTree_v3/css/zTreeStyle/zTreeStyle.css}" type="text/css">
  6. </head>
  7. <body class="timo-layout-page">
  8. <div class="layui-card">
  9. <div class="layui-bg-gray" style="padding: 30px;">
  10. <div class="layui-card-body">
  11. <p th:text="${msg}"></p>
  12. </div>
  13. </div>
  14. </div>
  15. <script th:replace="/common/template :: script"></script>
  16. </body>
  17. </html>