2 Star 3 Fork 4

神秘博士/HuaTeng

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
page_websitemap _en.html 2.32 KB
一键复制 编辑 原始数据 按行查看 历史
神秘博士 提交于 2020-06-02 14:26 . release
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website map - Beijing Huateng rubber and plastic latex products Co., Ltd</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/style.css">
<style>
.title{
display:block;font-size:16px;font-weight:bold;margin:10px 0;
}
.ztitle{
display:block;font-size:14px;padding-left:8px;margin:10px 0;
}
</style>
</head>
<body>
<div class="flex-container news">
#include('inc/top_en.html')
<!--
<div class="container-fluid">
<div class="intobg"></div>
</div>
-->
<div class="container text-center pb-2">
<h2 class="product-title">website map</h2>
<!--<p class="product-subtitle">website map</p>-->
</div>
<div class="row" style="padding-top:40px;">
<div class="col-md-2"></div>
<div class="col-md-3" id="leftMenu" style="padding-left:50px;">
<a class="title" href="/index_en">Home</a>
<a class="title" href="/intoht">ABOUT US</a>
<a class="title" href="/enterhuatengen">CAREERS</a>
<a class="title" href="/newsen">NEWS</a>
<a class="title" href="/contacten">CONTACT US</a>
</div>
<div class="col-md-3" id="centerMenu" style="padding-left:50px;">
<a class="title" href="/productsen">PRODUCTS</a>
#ProductByFlagList(flag='show-english')
#for(entry:ProductByFlagList)
<a class="ztitle" href="/productlist?categoryid=#(entry.id)" class="btn btn-primary">#(entry.title ??)</a>
#end
#end
</div>
<div class="col-md-3" id="rightMenu" style="padding-left:50px;">
<a class="title" href="/article/category/epwen">CERTIFICATIONS</a>
#categories(parentId=35)
#for(e:categories)
<a class="ztitle" href="#(e.url)">#(e.title ??)</a>
#end
#end
</div>
</div>
</div>
#include('inc/footer_en.html')
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/d1anjie/HuaTeng.git
[email protected]:d1anjie/HuaTeng.git
d1anjie
HuaTeng
HuaTeng
master

搜索帮助