信阳市12345演示系统-前端代码

test.html 977B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns:wb="http://open.weibo.com/wb">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <!--必填-->
  7. <meta property="og:type" content="article" />
  8. <meta property="og:url" content="" />
  9. <meta property="og:title" content="" />
  10. <meta property="og:description" content="" />
  11. <!--选填-->
  12. <!--<meta property="og:image" content="文章的显示图片" />-->
  13. <meta name="weibo: article:create_at" content="" />
  14. <link rel="shortcut icon" href="img/32.ico" />
  15. <!--<meta name="weibo: article:update_at" content="文章的更新时间" />-->
  16. <title>测试</title>
  17. <script src="js/common/huayi.load.js"></script>
  18. </head>
  19. <body>
  20. <!--头部开始-->
  21. <div class="header">
  22. </div>
  23. <!--底部开始-->
  24. <div class="footer">
  25. </div>
  26. </body>
  27. </html>