-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchatgpt.html
More file actions
46 lines (46 loc) · 1.91 KB
/
chatgpt.html
File metadata and controls
46 lines (46 loc) · 1.91 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
<!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">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Song+Myung&display=swap" rel="stylesheet">
<title>'Chat GPT'</title>
</head>
<body>
<article class = "title">
<h2 class="chat_title">Chat GPT가 알려주는</h2>
<h3 class="keyword">키워드</h3>
<p class="white_box">
정직, 예의, 친절
</p>
<p class="white_box">
아주 잘하셨어요! 조금만 노력하면 목표를 달성할 수 있을거에요. 언제나
당신 뒤에서 많은 사람들이 응원하고 있다는 것을 잊지마세요.
</p>
<p class="white_box">
오늘 힘들었겠지만, 스스로를 비판하는건 자신만 힘들게 할 뿐이에요. 그럴수록 스스로를 격려하고 사랑해주세요
</p>
<button class="save_btn" onclick="location.href='gotest.html'">저장</button>
</article>
<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>