12345678910111213141516171819 |
- <#assign title="家庭手册"/>
- <#include "/home/frag.head.ftl" />
- <div class="page__bd" style="height: 300px">
- <div class="container">
- <img src="/static/homeHelp_1.jpg" style="width: 100%"/>
- </div>
- <#include "/home/frag.foot.ftl" />
- <script>
- (function ($) {
- })(jQuery);
- </script>
|