-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgotest.html
36 lines (32 loc) · 1.35 KB
/
gotest.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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style_gotest.css">
<link href="https://fonts.googleapis.com/css2?family=Song+Myung&display=swap" rel="stylesheet">
</head>
<body>
<h1> 인성 테스트 바로 가기</h1>
<div class="boxone" style="cursor:pointer;" onclick="location.href='https://www.idrlabs.com/kr/multiphasic-personality/test.php';">다면적 인성 테스트</div>
<div class="boxtwo" style="cursor:pointer;" onclick="location.href='http://www.idk.co.kr/freetest/ft_info.asp';">무료 인성 검사</div>
<button type="button" id="toconsult" onclick="location.href='consult.html'">상담사한테 상담받고 싶다면?</button>
<div class="bottom_menu">
<div>
<img src="img/menu_write.png" onclick="location.href='save_result.html'">
</div>
<div>
<img src="img/menu_book.png" onclick="location.href='today_recommend.html'">
</div>
<div>
<img src="img/menu_home.png"onclick="location.href='chatgpt.html'">
</div>
<div>
<img src="img/menu_mypage.png" onclick="location.href='MyPage.html'">
</div>
<div>
<img src="img/menu_setting.png">
</div>
</div>
</body>
</html>