index.html
1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>澳德综合健康</title>
<link rel="stylesheet" href="__TMPL__/public/assets/css/wbase.css">
<script src="__TMPL__/public/assets/js/base.js"></script>
</head>
<body>
<!--header-->
<header class="header">
<img src="__TMPL__/public/assets/images/bicon (1).png" alt="">
</header>
<!-- 内容 -->
<div class="in_box">
<ul>
<li>
<a href="index_detail1.html">
<img src="__TMPL__/public/assets/images/bicon (2).png" alt="">
<p>关于我们</p>
</a>
</li>
<li>
<a href="index_detail2.html">
<img src="__TMPL__/public/assets/images/bicon (3).png" alt="">
<p>使命與願景</p>
</a>
</li>
<li>
<a href="index_detail3.html">
<img src="__TMPL__/public/assets/images/bicon (4).png" alt="">
<p>核心醫療團隊</p>
</a>
</li>
</ul>
</div>
</body>
</html>