indexbmhqs.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width" />
  7. <meta name=”SiteName” content=”重庆市南岸区人民政府”>
  8. <meta name="SiteDomain" content="http://ww.cqna.gov.cn" />
  9. <meta name="SiteIDCode" content="5001080014">
  10. <meta name="ColumnName" content="产业园区">
  11. <meta name="ColumnDescription" content="产业园区" />
  12. <meta name="ColumnKeywords" content="产业园区" />
  13. <meta name="ColumnType" content="产业园区" />
  14. <title>产业园区-重庆市南岸区人民政府网</title>
  15. </head>
  16. <style>
  17. body {
  18. width: 100%;
  19. height: 100%;
  20. margin: 0px;
  21. padding: 0px;
  22. }
  23. </style>
  24. <body>
  25. <div style="width:100%;" id="header"></div>
  26. <div id="childshell"></div>
  27. <div style="width:100%;" id="footer"></div>
  28. </body>
  29. <script src="https://cqna.gov.cn/syygapi/naxsb/js/jquery-3.5.1.min.js"></script>
  30. <script>
  31. setContent()
  32. setHeader()
  33. setFooter()
  34. function setContent() {
  35. $("#childshell").load("qjt.html")
  36. }
  37. function setHeader() {
  38. $("#header").load("./top/top_style.html")
  39. }
  40. function setFooter() {
  41. $("#footer").load("./footer/footer.html")
  42. }
  43. </script>
  44. </html>