-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhotel_order_success.html
43 lines (34 loc) · 1.27 KB
/
hotel_order_success.html
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
<!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">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css">
<link rel="stylesheet" href="css/hotel_order_success.css">
<title>hotel_order_success</title>
</head>
<body>
<div class="container">
<div class="orderBg">
<i class="fas fa-times" onclick="goBack()"></i>
<!-- 右上角打X -->
<div class="order_OK">
<img src="img/icon/bookingFinish-icon.png" alt="">
<div class="title">
<h2>預約成功</h2>
</div>
<div class="text">
<p>請留意簡訊發送訂房通知,入住當日務必出示此訂房通知,</p>
<p>若未收到簡訊請來電確認,謝謝您</p>
</div>
</div>
<!-- 中間 icon -->
</div>
</div>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/all.js"></script>
</body>
</html>