66 lines
2.0 KiB
HTML
66 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
||
<!-- 更加标准的 lang 属性写法 zh-cmn-Hant:繁体中文,zh-cmn-Hans:简体中文 -->
|
||
<html lang="zh-cmn-Hans">
|
||
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||
<meta name="description" content="基于SEO网站" />
|
||
<meta name="keywords" content="基于SEO网站" />
|
||
<meta name="applicable-device" content="pc,mobile" />
|
||
<meta name="MobileOptimized" content="width" />
|
||
<meta name="HandheldFriendly" content="true" />
|
||
<meta name="robots" content="noarchive" />
|
||
<meta name="viewport" content="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no">
|
||
<meta name="theme-color" content="#db5945">
|
||
<meta name="google" value="notranslate">
|
||
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
|
||
<title></title>
|
||
<link rel="stylesheet" type="text/css" href="./css/base.css" />
|
||
<link rel="stylesheet" type="text/css" href="./css/style.css" />
|
||
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<div class="main">
|
||
<img src="./imgs/ber.png" class="ber" alt="">
|
||
<div class="con">
|
||
<div class="nav">
|
||
<div class="navTop">
|
||
<img src="./imgs/logo.png" alt="">
|
||
</div>
|
||
|
||
<div class="navLsit">
|
||
|
||
<a href="./htmls/contentPage.html">盛堂世家</a>
|
||
<a href="./htmls/indexBrand.html">盛堂品牌</a>
|
||
<a href="./htmls/aboutUs.html">關於Allen Zhou</a>
|
||
<a href="./htmls/honoraryCertificate.html">資質榮譽</a>
|
||
<a href="./htmls/projectIntroduction.html">項目介紹</a>
|
||
<a href="./htmls/brand">名品軟裝</a>
|
||
<a href="./htmls/engineering.html">工程工藝 </a>
|
||
<a href="./htmls/contactUs">聯繫我們</a>
|
||
</div>
|
||
<div class="navHref">
|
||
<a href=""> <img src="./imgs/facebook.png" alt=""></a>
|
||
|
||
<a href=""> <img src="./imgs/twitter.png" alt=""></a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
<div class="footer">
|
||
<a href="">Copyright 2022 盛堂世家設計機構 All rights reserved 蜀ICP備12345678號 技术支持:全美网络 </a>
|
||
</div>
|
||
|
||
<a href="/" class="returnIndex">
|
||
<img src="./imgs/home.png" alt="">
|
||
</a>
|
||
|
||
</body>
|
||
|
||
</html> |