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
|
<!DOCTYPE html> <html lang="tc-HK" prefix="og: http://ogp.me/ns#">
<head> <title>AMM | 注册成功</title>
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"> <meta name="description" content="web_description"> <meta property="og:type" content="website" /> <meta property="og:url" content="web_domain" /> <meta property="og:title" content="web_title" /> <meta property="og:description" content="web_description" /> <meta property="og:image" content="web_img" /> <meta property="og:site_name" content="AMM" />
<meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="web_description" /> <meta name="twitter:title" content="web_title" /> <meta name="twitter:image" content="web_img" />
<link rel="shortcut icon" href="../img/pagelogo.png"> <!-- my css --> <link rel="stylesheet" href="../css/reset.css"> <link rel="stylesheet" href="../css/style.css"> <link rel="stylesheet" href="../css/responsive.css"> </head>
<body> <div class="form"> <div class="form_header"> <img src="../img/header_bg.png"> </div>
<!-- form container --> <div class="form_container" style="background-image: url('../img/fomr_bg.jpg');"> <div class="success"> <div class="fullrow text-center mt-30 mb-30"><img src="../img/success.png"></div> <p>感谢您注册参加瑞士教育及贵族学校之中国VIP圆桌会议,有关活动只限受邀请的VIP参加,进一步详情将于11月底通过活动合作方告知您,敬请关注。非常期待活动当天与您见面!</p> </div>
<div class="clear"></div> </div> <!-- end container --> </div>
<!-- JS --> <script src="../js/jquery.js"></script> <script src="../js/script.js"></script>
</body>
</html>
|