guanyu.html 993 字节
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-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="{:cmf_get_image_url($logo.image)}" alt="">
</header>
<!-- 内容 -->
<div class="in1_box">
    <h1>關於我們</h1>
    <img src="img/bicon (5).png" alt="">
    <div class="in1_txt">
        <p>
            DIH is a Hong Kong based health management centre. We provide professional advices on degenerative diseases with advancement in German precision medicine technology. We also recommended individualized program in health management and provide one-stop
            services to members all over the world.
        </p>
    </div>
</div>
</body>

</html>