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
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>Shipvago - FAQ</title> <meta name="keywords" content="Plus One ,plusone , PlusOne"> <meta name="description" content="The 1st training institute in HK approved by CAD of HKSAR Government to conduct both DGR Training (Category. 1, 3, 4 & 5) and RAR Security Training courses, IATA Accredited Training School"> <!-- 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 --> <section class="subWrapper grayBgColor pb-0"> <div class="breadcrumbWrapper"> <a href="index.php" class=""> Home</a> / <span class="blueFont">FAQ</span> </div> </section>
<section class="mainWrapper"> <h1>Comeing Soon</h1>
</section>
<!-- end #section -->
<!-- footer --> <?php include 'inc/footer.php';?>
<script type="text/javascript" src='https://www.google.com/recaptcha/api.js?hl=tc'></script>
<!-- custom JS --> <script>
</script> </body>
</html>
|