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
|
<!DOCTYPE html> <html lang="tc-HK" prefix="og: http://ogp.me/ns#">
<head> <title>Venuechain</title> <?php include 'inc/headlinks.php';?> <!-- slider --> <link rel="stylesheet" href="../css/lightslider.css"/> <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet"> </head>
<body> <div class="wrapper"> <!-- header --> <?php include 'inc/header.php';?> <!-- end of header -->
<div class="subsection-grey"> <div class="container">
<div class="profile-box">
<div class="smaller"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 60 60" style="enable-background:new 0 0 60 60;" xml:space="preserve">
<path class="check" d="M40.61,23.03L26.67,36.97L13.495,23.788c-1.146-1.147-1.359-2.936-0.504-4.314 c3.894-6.28,11.169-10.243,19.283-9.348c9.258,1.021,16.694,8.542,17.622,17.81c1.232,12.295-8.683,22.607-20.849,22.042 c-9.9-0.46-18.128-8.344-18.972-18.218c-0.292-3.416,0.276-6.673,1.51-9.578"/> </svg> </div> <div style="text-align: center; margin: auto; padding: 25px; margin-bottom:40px;">
<h1 class="successHeading">已成功一併與場主聯絡</h1> <a href="searchvenue.php" class="border-greenlink">繼續查詢工作空間</a>
</div> </div> </div>
<!-- footer --> <?php include 'inc/footer.php';?> <!-- end of footer --> </div>
<!-- JS --> <?php include 'inc/link-js.php';?>
</body>
</html>
|