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