-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresult.html
More file actions
executable file
·47 lines (42 loc) · 1.63 KB
/
result.html
File metadata and controls
executable file
·47 lines (42 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>가짜연구소 호그와트 기숙사 테스트</title>
<link rel="stylesheet" href="static/css/style.css">
<script type="text/javascript" src="static/js/script.js"></script>
<script type="text/javascript" src="static/js/result.js"></script>
</head>
<body>
<audio id="audioplayer" autobuffer="" loop="true" preload="auto" src="static/music/Hedwig's_Theme.mp3"></audio>
<script src="static/js/bgm.js"></script>
<div id="main">
<h2>
<p id="t1" class="scroll">당신의 기숙사는...</p>
</h2>
<h1>
<p id="t2" class="scroll">(기숙사)</p>
</h1>
<img id="result_img" class="scroll" src="static/images/main.jpg">
<h2>
<p id="t3" class="scroll">(기숙사 한 줄)</p>
</h2>
<div id="feature">
<p id="t4" class="scroll">(기숙사 설명)</p>
</div>
<div>
<button id="join_btn" class="popup scroll" onclick="showPopup()">기숙사 들어가기
<span id="join_popup" class="popuptext">
<p id="t5" class="scroll">(기숙사 들어가는 방법)</p>
<!-- <img id="door_img" class="scroll" src="#"> -->
</span>
</button>
</div>
<div>
<button id="restart_btn" class="scroll" onclick="window.location.href='./index.html'">다시하기</button>
</div>
</div>
</body>
</html>