-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrite_complete.html
More file actions
32 lines (25 loc) · 1.23 KB
/
Copy pathwrite_complete.html
File metadata and controls
32 lines (25 loc) · 1.23 KB
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
<?
include("include/head.php");
?>
<!--content s-->
<div class="container">
<section>
<div class="position-relative vh-80">
<div class="position-absolute top-50 start-50 translate-middle">
<div class="text-center pt-6">
<img src="img/check_primary.png">
<div class="subtitle1 pb-4">장례식장 상담 예약이<br>완료되었습니다. </div>
<div class="body2 cl_info">온전히 추모에만 집중하실 수 있도록<br>최선을 다해 모시겠습니다.</div>
</div>
</div>
</div>
<div class="fixed_bottom bg_gradient_btn d-flex flex-column py-3 gap-3">
<button type="submit" class="btn btn-primary btn-lg flex-1 rounded-2" onclick="location.href='index.html'">메인으로 이동</button>
<button type="submit" class="btn btn-dark btn-lg flex-1 rounded-2" onclick="location.href='mypage_history.html'">상담 예약 목록으로 이동</button>
</div>
</section>
</div>
<!--content e-->
<?
include("include/footer.php");
?>