footer.js 313 B

12345678
  1. document.writeln("<footer>");
  2. // <img src="static/images/pic_down.png" class="qdown"/>
  3. document.writeln(" <div class=\'qfoot\'>");
  4. document.writeln(" <img src=\'static/images/pic_down.png\' class=\'qdown\'>");
  5. document.writeln(" </div>");
  6. document.writeln(" </div>");
  7. document.writeln(" </footer>");