-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlyj.html
More file actions
67 lines (67 loc) · 1.21 KB
/
lyj.html
File metadata and controls
67 lines (67 loc) · 1.21 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<h1>
이름
</h1>
<p>
임예지
</p>
</div>
<div>
<h1>
MBTI
</h1>
<p>
INTP
</p>
</div>
<div>
<h1>
좋아하는 노래
</h1>
<p>
최근에는 에스파의 'ARMAGEDDON' 앨범을 많이 들었다.
</p>
</div>
<div>
<h1>
좋아하는 음식
</h1>
<p>
훠궈
</p>
</div>
<div>
<h1>
싫어하는 음식
</h1>
<p>
너무 많아서 적기 힘들다.
</p>
</div>
<div>
<h1>
내 소개
</h1>
<p>
현재 대학생이며 경기도 화성시에서 살고 있습니다.
</p>
</div>
<div>
<h1>
취미
</h1>
<p>
게임하는 거 좋아한다.
</p>
</div>
</body>
</html>