2 Star 3 Fork 4

神秘博士/HuaTeng

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
article.html 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
Gogs 提交于 2020-05-15 14:54 . 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>公司新闻-北京华腾橡塑乳胶制品有限公司</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>
img{
width:100%;
}
</style>
</head>
<body>
<div class="flex-container news">
#include('inc/top.html')
<div class="container-fluid">
<!--<div class="intobg"></div>-->
</div>
<div class="container text-center pb-2">
<h2 class="product-title">新闻详情</h2>
<p class="product-subtitle">Company News</p>
</div>
<div class="container-fluid eq-bg">
<div class="container pt-4 mb-3">
<div>
#(article.content)
</div>
<a href="/news" class="btn btn-primary btn-sm goback">返回新闻列表</a>
</div>
</div>
</div>
<!--bottom-->
#include('inc/footer.html')
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/d1anjie/HuaTeng.git
[email protected]:d1anjie/HuaTeng.git
d1anjie
HuaTeng
HuaTeng
master

搜索帮助