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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
<!DOCTYPE html>
<html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>使用條款</title> <!-- css -->
<?php include 'inc/headlinks.php';?>
<!-- js -->
<?php include 'inc/link-js.php';?>
</head>
<body>
<!-- header -->
<?php include 'inc/navbar.php';?>
<!-- end of header-->
<!-- breadcrumb -->
<div class="breadcrumb" style="background-color:#34320e; background-image:url(/eba/assets/images/countbg.png);">
<div class="breadcrumbWrapper"> <div class="container"> <div class="breadcrumbLink"> <a href="index.php" class="text-white bigfont"> 首頁</a> </div> <p class="breadcrumbTitle text-center m-3 h3">使用條款</p>
</div> </div>
</div>
<section class="contentWrap"> <div class="contentContainer"> <h3 class="text-pramiry">使用條款</h3>
</div>
</section>
<!-- end #section -->
<!-- footer -->
<?php include 'inc/footer.php'; ?>
<script> </script>
</body>
</html>
|