-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconjuring1.html
More file actions
53 lines (53 loc) · 2.37 KB
/
conjuring1.html
File metadata and controls
53 lines (53 loc) · 2.37 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>웹프로젝트</title>
<link rel="stylesheet" href="css/conjuring1.css">
</head>
<body>
<div id="container">
<header>
<a href="main_display.html"><img id="logotype" src="images/main_logo.JPG" alt="메인로고"></a>
<ul>
<li><a href="reason.html">reason</a></li>
<li><a href="notice.html">notice</a></li>
<li><a href="rooms.html">rooms</a></li>
<li><a href="booking.html">booking</a></li>
<li><a href="check booking.html">check booking</a></li>
<li><a href="q&a.php">q&a</a></li>
</ul>
</header>
<section>
<div id="article">
<h2>rooms</h2>
<hr>
<img src="images/rooms_picture2.JPG" alt="컨저링1">
<ul>
<li id="liststyle1">컨저링 1</li>
<li id="liststyle2">(the conjuring 1)</li>
<li id="liststyle3">난이도</li>
<li id="liststyle4">★★★★☆ <small>(최소 인원 : 2명, 최대 인원 : 5명)</small></li>
<li id="liststyle5">
<p><span id="describetitle">집에 깃들어 있는 악령을 퇴치하여 페론 가족을 구할 것인가.</span><br><br>
당신은 유명한 귀신연구자이며 동시에 초자연적인것의 전문가. 어느 날, 페론가족에게서 방문 요청을 받게 되어
집으로 찾아갔는데, 당신은 불길한 기운을 감지하게 되고 본격적인 조사에 들어가기 시작했다. 조사에 들어가면서
시작된 원혼들의 움직임. 당신은 원혼으로부터 페론 가족을 지킬 수 있을 것인가.
</p>
</li>
<li id="liststyle6"><a href="booking.html">예약하기</a><a href="rooms.html">목록으로</a></li>
</ul>
</div>
</section>
<footer>
<ul>
<li>주소 : 공주대학교 천안공과대학 8층</li>
<li>대표 : 손원주</li>
<li>전화번호 : 010-5157-9214</li>
<li>이메일 : sonwonjoo@naver.com</li>
<li>Copyright ⓒ REASON All Right Reserved</li>
</ul>
</footer>
</div>
</body>
</html>