-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin.html
More file actions
36 lines (30 loc) · 1.23 KB
/
Copy pathjoin.html
File metadata and controls
36 lines (30 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
33
34
35
36
<?
include("include/head.php");
?>
<!--content s-->
<div class="container pb-0">
<div class="d-flex flex-column px-3 justify-content-center vh-100 background_sample1 cl_white">
<div>
<h3 class="pb-2">”막막한 장례 준비, 걱정되시죠?</h3>
<h1 class="pb-4">”모두의 장례”에서<br>한번에 알아보세요.</h1>
<div class="body1">
내 근처 장례식장 빈소 할인, 장지 상담, 맞춤형 견적까지 모두의장례 에서 고객님을 도와드립니다.
</div>
</div>
<div class="fixed_bottom px-3 py-4">
<button type="button" class="btn btn-lg w-100 btn-primary mb-3" onclick="location.href='index.html'">
<span class="kakao"></span>
카카오 1초 로그인 / 회원가입</button>
<button type="button" class="btn btn-lg w-100 btn-light" onclick="location.href='index.html'">
<span class="material-symbols-outlined">call</span>
가입 없이 상담하기</button>
</div>
</div>
</div>
<!--content e-->
</div>
<!--wrap e-->
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/basic.js"></script>
</body>
</html>