footer.js 1.3 KB

123456789101112131415161718192021222324
  1. document.writeln("<footer>");
  2. document.writeln(" <div class=\'a\'>");
  3. document.writeln(" <div class=\'container\'>");
  4. document.writeln(" <div class=\'info\'>");
  5. document.writeln(" <p style=\'font-weight: 700; line-height: 30px;color:#fff;\'>");
  6. document.writeln(" <span >关于我们</span>");
  7. document.writeln(" |");
  8. document.writeln(" <span>联系我们</span>");
  9. document.writeln(" |");
  10. document.writeln(" <span>服务条款 </span>");
  11. document.writeln(" |");
  12. document.writeln(" <span>网站地图</span>");
  13. // document.writeln(" |");
  14. document.writeln(" ");
  15. document.writeln(" </p>");
  16. document.writeln(" <p>");
  17. document.writeln(" 为保证浏览效果及正常使用,建议使用:IE10及以上/Chrome/火狐等最新更新版本访问<br/>");
  18. document.writeln(" 版权所有 © 2022 潜山市潜润项目咨询管理有限公司 皖ICP备18620236888号 <br />");
  19. document.writeln(" </p>");
  20. document.writeln(" </div>");
  21. document.writeln(" </div>");
  22. document.writeln(" </div>");
  23. document.writeln(" </footer>");