加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 2.94 KB
一键复制 编辑 原始数据 按行查看 历史
LiangZhongkai 提交于 2022-11-27 19:20 . cs2205
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Light Theme</title>
<link href="file:///C|/lms492/css/simpleGridTemplate.css" rel="stylesheet" type="text/css">
<style type="text/css">
a:link {
color: #1324A2;
}
</style>
</head>
<body>
<!-- Main Container -->
<div class="container">
<!-- Header -->
<header class="tag">
<h4 class="logo">勒是雾都</h4>
</header>
<p><a href="qinshi.html">返回上一界面</a></p>
<!-- Hero Section -->
<section class="intro">
<div class="column">
<h3>重庆</h3>
<img src="../images/9017.jpg_wh300.jpg" alt="" width="450" height="300" class="tag"/></div>
<div class="column">
<p> &nbsp; &nbsp; &nbsp;重庆,简称“渝”,别称山城,是中华人民共和国省级行政区、直辖市、国家中心城市、超大城市, 国务院批复确定的国家重要的中心城市之一、长江上游地区经济中心,成渝地区双城经济圈核心城市、国家重要先进制造业中心、西部金融中心、西部国际综合交通枢纽和国际门户枢纽。</p>
<p> &nbsp; &nbsp; &nbsp;重庆地处中国内陆西南部,介于东经105°11'—110°11'、北纬28°10'—32°13',属亚热带季风性湿润气候。是长江上游地区的经济、金融、科创、航运和商贸物流中心,国家物流枢纽,&nbsp;西部大开发重要的战略支点、“一带一路”和长江经济带重要联结点及内陆开放高地、山清水秀美丽之地;既以雾都、桥都著称,又以山城扬名。 </p>
<p>查看重庆详细介绍请点<a href="https://baike.baidu.com/item/%E9%87%8D%E5%BA%86/23586?fromModule=lemma_inlink&fromtitle=%E6%B8%9D&fromid=15841585" target="_blank">此处</a></p>
</div>
</section>
<!-- Stats Gallery Section -->
<div class="gallery">
<div class="thumbnail"> <a href="#"><img src="../images/1e30e924b899a901cadae20816950a7b0208f525.jpg.jpg" alt="" width="200" height="150" class="tag"/></a>
<h4 class="tag"><a href="lishi.html">历史</a></h4>
</div>
<div class="thumbnail"> <a href="#"><img src="../images/6207.jpg_wh300.jpg" alt="" width="200" height="150" class="tag"/></a>
<h4><a href="meishi.html">美食</a></h4>
</div>
<div class="thumbnail"> <a href="#"><img src="../images/d043ad4bd11373f082026a8501465cfbfbedab64aeda.jpg" alt="" width="200" height="150" class="tag"/></a>
<h4><a href="mingren.html">名人</a></h4>
</div>
<div class="thumbnail"> <a href="#"><img src="../images/8500.jpg_wh300.jpg" alt="" width="200" height="150" class="tag"/></a>
<h4><a href="jingse.html">景色</a></h4>
</div>
</div>
<!-- Footer Section -->
<footer id="contact">
<p class="hero_header">GET IN TOUCH WITH ME</p>
<p class="hero_header">qq:2797959747 </p>
</footer>
<!-- Copyrights Section --></div>
<!-- Main Container Ends -->
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化