You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>广州轻未来生物科技有限公司</title>
|
|
<link rel="stylesheet" href="./css/reset.css">
|
|
<link rel="stylesheet" href="./css/details.css">
|
|
</head>
|
|
<body>
|
|
<header class="header">
|
|
<div class="content">
|
|
<img class="logo" src="./img/logo.jpg" alt="">
|
|
<ul class="nav">
|
|
<li><a href="/index.html">首页</a></li>
|
|
<li><a href="/index.html#product">产品中心</a></li>
|
|
<li><a class="active" href="/index.html#journalism">新闻中心</a></li>
|
|
<li><a href="/index.html#about">公司介绍</a></li>
|
|
<li><a href="/index.html#culture">企业文化</a></li>
|
|
<li><a href="/index.html#contact">联系我们</a></li>
|
|
</ul>
|
|
</div>
|
|
</header>
|
|
<section>
|
|
<div class="content">
|
|
|
|
</div>
|
|
</section>
|
|
|
|
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
</body>
|
|
</html>
|