detail.html 336 B

12345678910
  1. <!DOCTYPE html>
  2. <html xmlns:th="http://www.thymeleaf.org">
  3. <head th:replace="/common/template :: header(~{::title},~{::link},~{::style})"></head>
  4. <body>
  5. <div class="timo-detail-page">
  6. <div class="timo-detail-title">我的节点信息</div>
  7. </div>
  8. <script th:replace="/common/template :: script"></script>
  9. </body>
  10. </html>