公共头部和公共尾部
<!-- 清除版心样式 -->
<link rel="stylesheet" href="./css/base.css">
<!-- 引入企业展示的css样式 -->
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<!-- 引入公共头部 width="100%" 设置引入页面的大小height="100"设置引入页面的高度 scrolling="no" 设置滚动条的有无-->
<iframe src="./top.html" frameborder="0" width="100%" height="100" scrolling="no"></iframe>
<!-- 引入公共尾部 -->
<iframe src="./foot.html" frameborder="0" width="100%" height="100" scrolling="no"></iframe>

浙公网安备 33010602011771号