-
Notifications
You must be signed in to change notification settings - Fork 1
/
q2.html
52 lines (52 loc) · 1.58 KB
/
q2.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!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>kiwe</title>
<link rel="stylesheet" href="button.css">
</head>
<body>
<div>
<br><br><br>
<center>
<img src=https://postfiles.pstatic.net/MjAyMTA4MTFfODUg/MDAxNjI4Njc5NzIxMzMw.c4QrPdrqH8qhwLtAOuwi9cRyyC6NJBa8y_-3jdWKI1wg.-6W_lXwbYmX-ysW_k4ceHzK2-LPVdB_WWOZblVxIE0Mg.JPEG.ksj051203/logo.jpg?type=w966 style="WIDTH:100pt; HEIGHT:75pt">
</center>
</div>
<center>
<strong><h2>어떤 관계이신가요?</h2></strong>
</center>
<br><br>
<div>
<p>
<center>
<a href="q3.html"><button
type="button"
style="font-size:24px;"
>썸</button></a>
<a href="q3.html"><button
type="button"
style="font-size:24px;"
>연인</button></a>
</center>
</p>
</div>
<div>
<center>
<a href="q3.html"><button
type="button"
style="font-size:24px;"
>친구</button></a>
<a href="q3.html"><button
type="button"
style="font-size:24px;"
>가족</button></a>
</center>
</div>
</body>
</html>