1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width" />
- <meta name=”SiteName” content=”重庆市南岸区人民政府”>
- <meta name="SiteDomain" content="http://ww.cqna.gov.cn" />
- <meta name="SiteIDCode" content="5001080014">
- <meta name="ColumnName" content="产业园区">
- <meta name="ColumnDescription" content="产业园区" />
- <meta name="ColumnKeywords" content="产业园区" />
- <meta name="ColumnType" content="产业园区" />
- <title>产业园区-重庆市南岸区人民政府网</title>
- </head>
- <style>
- body {
- width: 100%;
- height: 100%;
- margin: 0px;
- padding: 0px;
- }
- </style>
- <body>
- <div style="width:100%;" id="header"></div>
- <div id="childshell"></div>
- <div style="width:100%;" id="footer"></div>
- </body>
- <script src="https://cqna.gov.cn/syygapi/naxsb/js/jquery-3.5.1.min.js"></script>
- <script>
- setContent()
- setHeader()
- setFooter()
- function setContent() {
- $("#childshell").load("qjt.html")
- }
- function setHeader() {
- $("#header").load("./top/top_style.html")
- }
- function setFooter() {
- $("#footer").load("./footer/footer.html")
- }
- </script>
- </html>
|